- Switched back to custom window management, taking another stab
- Refactored lang yet again, `fennec/lang` is now C++ language. `fennec/string` `fennec/filesystem` and `fennec/format` are now independent.
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
// =====================================================================================================================
|
||||
|
||||
#include <fennec/lang/filesystem/file.h>
|
||||
#include <fennec/filesystem/file.h>
|
||||
#include <fennec/platform/linux/platform.h>
|
||||
|
||||
#include <fennec/langcpp/static_constructor.h>
|
||||
#include <fennec/lang/static_constructor.h>
|
||||
|
||||
namespace fennec
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user