port from perforce
This commit is contained in:
17
8kode/src/intro/main.cpp
Normal file
17
8kode/src/intro/main.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "framework/framework.h"
|
||||
#include "intro/intro.h"
|
||||
|
||||
int _cdecl main(int argc, char* argv[])
|
||||
{
|
||||
FrameworkInit();
|
||||
|
||||
do
|
||||
{
|
||||
FrameworkUpdate();
|
||||
} while (FrameworkContinueExecuting());
|
||||
|
||||
FrameworkDispose();
|
||||
ExitProcess(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user