cleanup
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
# ______ ____ ___
|
||||
# _____ ____ ___
|
||||
# | \/ ____| |___|
|
||||
# | | | \ | |
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright 2022, tyra - https://github.com/h4570/tyra
|
||||
# Licenced under Apache License 2.0
|
||||
# Licensed under Apache License 2.0
|
||||
# Sandro Sobczyński <sandro.sobczynski@gmail.com>
|
||||
*/
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "./audio/audio.hpp"
|
||||
#include "./irx/irx_loader.hpp"
|
||||
#include "./info/info.hpp"
|
||||
#include "./info/banner.hpp"
|
||||
#include "./game.hpp"
|
||||
|
||||
namespace Tyra {
|
||||
@@ -34,6 +35,7 @@ class Engine {
|
||||
|
||||
private:
|
||||
Game* game;
|
||||
Banner banner;
|
||||
|
||||
void realLoop();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user