@@ -19,12 +19,10 @@ namespace rack { | |||||
namespace settings { | namespace settings { | ||||
/** Path to settings.json */ | |||||
extern std::string settingsPath; | |||||
// Runtime state, not serialized. | // Runtime state, not serialized. | ||||
/** Path to settings.json */ | |||||
extern std::string settingsPath; | |||||
extern bool devMode; | extern bool devMode; | ||||
extern bool headless; | extern bool headless; | ||||
@@ -16,10 +16,9 @@ namespace settings { | |||||
std::string settingsPath; | std::string settingsPath; | ||||
bool devMode = false; | bool devMode = false; | ||||
bool headless = false; | bool headless = false; | ||||
std::string token; | std::string token; | ||||
math::Vec windowSize; | math::Vec windowSize; | ||||
math::Vec windowPos; | math::Vec windowPos; | ||||