CMake: Move source directory to project root
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user