after doing a "scons -c", compiling gives me
Code:
In file included from include/carcontrolmap_local.h:5,
from src/carcontrolmap_local.cpp:1:
include/eventsystem.h:174: error: âEVENTSYSTEM_SDL::BUTTON_STATE EVENTSYSTEM_SDL::GetKeyState(int) constâ cannot be overloaded
include/eventsystem.h:173: error: with âEVENTSYSTEM_SDL::BUTTON_STATE EVENTSYSTEM_SDL::GetKeyState(SDLKey) constâ
src/carcontrolmap_local.cpp: In member function âvoid CARCONTROLMAP_LOCAL::Load(const std::string&, std::ostream&, std::ostream&)â:
src/carcontrolmap_local.cpp:121: error: âSDLK_LASTâ was not declared in this scope
src/carcontrolmap_local.cpp:121: error: âSDLK_FIRSTâ was not declared in this scope
scons: *** [build/carcontrolmap_local.o] Error 1
scons: building terminated because of errors.