X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig%2Fkeys.h;h=6a0d0db14cee13d5b80cb846aafc6d650a5c684b;hb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;hp=49fe66fbdaf9a3f7840f8c23877bbddf1664452b;hpb=338e728a60fc9135b534be4e8ad0bb43997a1ea4;p=physics.git diff --git a/src/config/keys.h b/src/config/keys.h index 49fe66f..6a0d0db 100644 --- a/src/config/keys.h +++ b/src/config/keys.h @@ -19,30 +19,13 @@ #ifndef KEYS_H #define KEYS_H +#include + #include #include #include -#include "../debug.h" - -class comparestrings -{ - public: - bool operator() - ( - const std::string& a, - const std::string& b - ) - { - cout << a << endl; - cout << b << endl; - cout << endl; - - return a.compare(b) < 0; - } -}; - /// ***** Header Methods ***** namespace key { @@ -51,7 +34,7 @@ namespace key extern SDLKey follow; extern SDLKey well; - typedef std::map inputMap; + typedef std::map inputMap; extern inputMap sdlMap;