00001 #ifndef DBCHECK_H_ 00002 #define DBCHECK_H_ 00003 00004 bool UpgradeGameDatabaseSchema(void); 00005 00006 #endif 00007