forked from jaildesigner-jailgames/jaildoctors_dilemma
- faltaven varios sources al makefile
- help de la consola organitzat - modificats alguns comandos i comentaris de la consola - habilitat render_info en release
This commit is contained in:
@@ -160,9 +160,7 @@ Director::Director() {
|
||||
// Initialize resources (works for both release and development)
|
||||
Resource::Cache::init();
|
||||
Notifier::init("", "8bithud");
|
||||
#ifdef _DEBUG
|
||||
RenderInfo::init(); // En DEBUG, se activa y notifica a Notifier del offset inicial
|
||||
#endif
|
||||
RenderInfo::init();
|
||||
Console::init("8bithud");
|
||||
Screen::get()->setNotificationsEnabled(true);
|
||||
|
||||
@@ -218,9 +216,7 @@ Director::~Director() {
|
||||
#endif
|
||||
Input::destroy();
|
||||
Console::destroy();
|
||||
#ifdef _DEBUG
|
||||
RenderInfo::destroy();
|
||||
#endif
|
||||
Notifier::destroy();
|
||||
Resource::Cache::destroy();
|
||||
Resource::Helper::shutdownResourceSystem(); // Shutdown resource pack system
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
class Director {
|
||||
public:
|
||||
Director(); // Constructor
|
||||
~Director(); // Destructor
|
||||
Director(); // Constructor
|
||||
~Director(); // Destructor
|
||||
static auto run() -> int; // Bucle principal
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user