disabled traffic and empty_robot with #if 0s - this allows creating IDE projects by just dragging the source directory onto the source tree, without having to manually select out some files

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3168 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2009-02-18 19:44:46 +00:00
parent b1b27998b5
commit af1f9b02a7
2 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,8 @@
* You should also delete these intructions. Oh, and if you use this template
* as a robot, it does nothing.
*/
#if 0
// SuperTuxKart - a fun racing game with go-kart
// Copyright (C) 2004-2005 Steve Baker <sjbaker1@airmail.net>
@ -65,3 +67,5 @@ void EmptyRobot::reset()
/*General kart stuff*/
AutoKart::reset();
}
#endif

View File

@ -17,6 +17,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#if 0
#include "kart.hpp"
#include "constants.hpp"
#include "modes/world.hpp"
@ -54,3 +56,4 @@ void TrafficDriver::doLapCounting () {}
//-----------------------------------------------------------------------------
void TrafficDriver::doZipperProcessing () {}
#endif