From 5fa8ec8586e3c9087fd68129e1b7d7f94e847a09 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 26 Sep 2019 11:35:31 -0400 Subject: begin config usage; text positioning --- src/config.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/config.cpp') diff --git a/src/config.cpp b/src/config.cpp index 85cc413..c70546c 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -22,9 +22,14 @@ #include #include +#include #include -std::map> Config::values; +std::map> Config::values = { + { "title", "gamedev2" }, + { "screenWidth", 640 }, + { "screenHeight", 480 } +}; void Config::save(void) { -- cgit v1.2.3