From 602a0c5951050e7cce645534cb4f136cf9f4fee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 17 Jun 2021 14:20:54 +0700 Subject: Rename source and build directory --- Source/Main.cpp | 64 --------------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 Source/Main.cpp (limited to 'Source/Main.cpp') diff --git a/Source/Main.cpp b/Source/Main.cpp deleted file mode 100644 index 2c8f381..0000000 --- a/Source/Main.cpp +++ /dev/null @@ -1,64 +0,0 @@ -/********************> Headers <*****/ - -#include "Game.h" - - - -/********************> Globals <*****/ - - - -Game game; - - - -/********************> main() <*****/ - -int main( int argc, char *argv[] ) - - { - - -#ifdef OS9 - ToolboxInit(); - - - - if ( HasAppearance() ) - - RegisterAppearanceClient(); -#endif - - - - - game.InitGL(); - - - - game.InitGame(); - - - - game.EventLoop(); - - - - game.Dispose(); - - -#ifdef OS9 - if ( HasAppearance() ) - - UnregisterAppearanceClient(); - - - - FlushEvents( everyEvent, 0 ); - - ExitToShell(); -#endif - - -} - -- cgit v1.2.3