Remove entrypoint.h from generic include collection

This commit is contained in:
Riyyi
2021-02-01 17:21:43 +01:00
parent a0be1dcd67
commit dacebbe6b1
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
#include "inferno.h"
#include "inferno/entrypoint.h"
class Game : public Inferno::Application
{
+4 -5
View File
@@ -1,17 +1,16 @@
#ifndef 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/assert.h"
#include "inferno/io/log.h"
// -----------------------------------------
#include "inferno/entrypoint.h"
// -----------------------------------------
#endif // INFERNO_H