Riyyi
4 years ago
2 changed files with 5 additions and 5 deletions
@ -1,17 +1,16 @@ |
|||||||
#ifndef INFERNO_H |
#ifndef INFERNO_H |
||||||
#define INFERNO_H |
#define INFERNO_H |
||||||
|
|
||||||
// This file is for use by the game
|
// For use by the game
|
||||||
|
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
|
|
||||||
|
#include "inferno/core.h" |
||||||
|
|
||||||
#include "inferno/application.h" |
#include "inferno/application.h" |
||||||
|
#include "inferno/assert.h" |
||||||
#include "inferno/io/log.h" |
#include "inferno/io/log.h" |
||||||
|
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
|
|
||||||
#include "inferno/entrypoint.h" |
|
||||||
|
|
||||||
// -----------------------------------------
|
|
||||||
|
|
||||||
#endif // INFERNO_H
|
#endif // INFERNO_H
|
||||||
|
Loading…
Reference in new issue