Skip to content

Commit 98c8d4b

Browse files
committed
bgslibrary v1.9.0
1 parent 1b5542a commit 98c8d4b

18 files changed

+1365
-1247
lines changed

Config.h

+7-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ along with BGSLibrary. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
#pragma once
1818

19-
const int KEY_REPEAT = 'r';
20-
const int KEY_SPACE = 32;
21-
const int KEY_ESC = 27;
22-
const int KEY_ESC2 = 'q';
19+
namespace bgslibrary
20+
{
21+
const int KEY_REPEAT = 'r';
22+
const int KEY_SPACE = 32;
23+
const int KEY_ESC = 27;
24+
const int KEY_ESC2 = 'q';
25+
}

0 commit comments

Comments
 (0)