/* main.c - Don Yang (uguu.org) 05/12/03 */ #include"global.h" #ifdef WIN32_GUI #include"main_win32.c" #else #include #include"main_glut.c" #endif