X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fconfig%2Fkeys.h;h=42fd37887a1894f1030fba64b8215c5c71882911;hp=9244a6fcf260f8f2801b1c1bd892ffb6158a6205;hb=1878e7c1f8cef670e740a8f63f48afcb98386cdf;hpb=c04d3365e5e66c2595257ebcd06191454ff6bff8 diff --git a/src/config/keys.h b/src/config/keys.h index 9244a6f..42fd378 100644 --- a/src/config/keys.h +++ b/src/config/keys.h @@ -24,13 +24,10 @@ /// ***** Header Methods ***** namespace key { - void init(); - void clean(); - - static SDLKey pause; - static SDLKey end; - static SDLKey follow; - static SDLKey well; + extern SDLKey pause; + extern SDLKey end; + extern SDLKey follow; + extern SDLKey well; } #endif // KEYS_H