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
{