mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 07:57:12 +01:00
use C++0x, change prerequisites headers
This commit is contained in:
@@ -108,7 +108,7 @@ int main(int argc, const char *argv[])
|
||||
|
||||
// state scope
|
||||
{
|
||||
boost::scoped_ptr<MenuState> menuState(new MenuState);
|
||||
std::unique_ptr<MenuState> menuState(new MenuState);
|
||||
g_engine.changeState(menuState.get());
|
||||
|
||||
Platform::showWindow();
|
||||
|
||||
Reference in New Issue
Block a user