Remove entrypoint.h from generic include collection
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include "inferno.h"
|
#include "inferno.h"
|
||||||
|
#include "inferno/entrypoint.h"
|
||||||
|
|
||||||
class Game : public Inferno::Application
|
class Game : public Inferno::Application
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user