00001 00002 // Copyright (C) 2004-2007 by The Allacrost Project 00003 // All Rights Reserved 00004 // 00005 // This code is licensed under the GNU GPL version 2. It is free software 00006 // and you may modify it and/or redistribute it under the terms of this license. 00007 // See http://www.gnu.org/copyleft/gpl.html for details. 00009 00017 #include "utils.h" 00018 00022 namespace hoa_main { 00023 00030 bool ParseProgramOptions(int32 &return_code, int32 argc, char **argv); 00031 00033 void PrintUsage(); 00034 00039 bool EnableDebugging(std::string vars); 00040 00044 bool PrintSystemInformation(); 00045 00049 bool CheckFiles(); 00050 00054 bool ResetSettings(); 00055 00063 void DEBUG_TestCode(uint32 test_code); 00064 00065 } // namespace hoa_main
1.5.1