Permalink
Browse files

bgslibrary v1.9.0

  • Loading branch information...
1 parent 1b5542a commit 98c8d4b8156f9e8f28fe007aa369d1ee567653b6 @andrewssobral committed Feb 23, 2014
View
@@ -16,7 +16,10 @@ along with BGSLibrary. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-const int KEY_REPEAT = 'r';
-const int KEY_SPACE = 32;
-const int KEY_ESC = 27;
-const int KEY_ESC2 = 'q';
+namespace bgslibrary
+{
+ const int KEY_REPEAT = 'r';
+ const int KEY_SPACE = 32;
+ const int KEY_ESC = 27;
+ const int KEY_ESC2 = 'q';
+}
Oops, something went wrong.

0 comments on commit 98c8d4b

Please sign in to comment.