CMake: Move source directory to project root

This commit is contained in:
Riyyi
2022-09-16 20:15:49 +02:00
parent 4468b1ffb9
commit 6b0095dadf
79 changed files with 270 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef INFERNO_H
#define INFERNO_H
// For use by the game
// -----------------------------------------
#include "inferno/core.h"
#include "inferno/application.h"
#include "inferno/assert.h"
#include "inferno/io/log.h"
// -----------------------------------------
#endif // INFERNO_H