00001 #include "global.h" 00002 00003 namespace InitialWindowProperties 00004 { 00005 const MString ProductName("Mercury Engine"); 00006 const int WindowWidth(640); 00007 const int WindowHeight(480); 00008 const int WindowBPP(32); 00009 bool WindowFullscreen(false); 00010 } 00011 00013 int HGEXPORT StartMercury(); 00014 int HGEXPORT InitializeMercury( int argc, char**argv ); 00015 00017 int HGEXPORT UpdateMercury( float &dTime ); 00018 00020 void HGEXPORT CloseMercury();