core initialisation, client model binding

This commit is contained in:
Wladimir J. van der Laan
2011-05-22 17:19:43 +02:00
parent ad88e7626b
commit 18cab09a95
7 changed files with 144 additions and 13 deletions

View File

@@ -513,9 +513,11 @@ bool AppInit2(int argc, char* argv[])
SetStartOnSystemStartup(true);
#endif
#if 0
#ifndef GUI
while (1)
Sleep(5000);
#endif
#endif
return true;