X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig%2Fkeys.h;h=81eeb14e1c6f2e406583311dea9b903fe1c4ab65;hb=b85b89ba9a2cb0373209e8117046fd308faf0202;hp=49fe66fbdaf9a3f7840f8c23877bbddf1664452b;hpb=338e728a60fc9135b534be4e8ad0bb43997a1ea4;p=physics.git diff --git a/src/config/keys.h b/src/config/keys.h index 49fe66f..81eeb14 100644 --- a/src/config/keys.h +++ b/src/config/keys.h @@ -19,30 +19,14 @@ #ifndef KEYS_H #define KEYS_H +#include +using namespace pg; + #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 +35,7 @@ namespace key extern SDLKey follow; extern SDLKey well; - typedef std::map inputMap; + typedef std::map inputMap; extern inputMap sdlMap;