eliminat OnScreenHelp
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "logo.h" // Para Logo
|
||||
#include "manage_hiscore_table.h" // Para ManageHiScoreTable
|
||||
#include "notifier.h" // Para Notifier
|
||||
#include "on_screen_help.h" // Para OnScreenHelp
|
||||
#include "options.h" // Para GamepadOptions, Options, options
|
||||
#include "param.h" // Para loadParamsFromFile
|
||||
#include "resource.h" // Para Resource
|
||||
@@ -98,7 +97,6 @@ void Director::init()
|
||||
Input::init(Asset::get()->get("gamecontrollerdb.txt"));
|
||||
bindInputs();
|
||||
Notifier::init(std::string(), Resource::get()->getText("8bithud"));
|
||||
OnScreenHelp::init();
|
||||
#ifdef DEBUG
|
||||
Screen::get()->initDebugInfo();
|
||||
Screen::get()->setDebugInfoEnabled(true);
|
||||
@@ -110,7 +108,6 @@ void Director::close()
|
||||
{
|
||||
saveOptionsFile(Asset::get()->get("config.txt"));
|
||||
|
||||
OnScreenHelp::destroy();
|
||||
Notifier::destroy();
|
||||
Input::destroy();
|
||||
Resource::destroy();
|
||||
|
||||
Reference in New Issue
Block a user