main.cpp

Go to the documentation of this file.
00001 
00006 /* Copyright © 2009 James Legg.
00007     This program is free software: you can redistribute it and/or modify
00008     it under the terms of the GNU General Public License as published by
00009     the Free Software Foundation, either version 3 of the License, or
00010     (at your option) any later version.
00011 
00012     This program is distributed in the hope that it will be useful,
00013     but without any warranty; without even the implied warranty of
00014     merchantability or fitness for a particular purpose.  See the
00015     GNU General Public License for more details.
00016 
00017     You should have received a copy of the GNU General Public License
00018     along with this program.  If not, see <http://www.gnu.org/licenses/>.
00019 */
00020  
00021 #include "RacerApp.h"
00022 #include <Debug.h>
00023 #include <iostream>
00024 
00025 int main(int argc, char **argv)
00026 {
00027 #ifdef NDEBUG
00028     std::cout << "Starting release build...\n";
00029 #else
00030     std::cout << "Starting debug build...\n";
00031 #endif
00032     RacerApp(argc, argv);
00033     DEBUG_MESSAGE("RacerApp constructor returned.");
00034     return 0;
00035 }
00036 

Get Racer at SourceForge.net. Fast, secure and Free Open Source software downloads

Generated at Mon Sep 6 00:41:13 2010 by Doxygen version 1.4.7 for Racer version svn335.