Add game version display and DevLog global variables
This commit is contained in:
@@ -12,6 +12,7 @@ extern Color Dark_Green;
|
||||
extern Color Light_Green;
|
||||
extern Color Yellow;
|
||||
|
||||
|
||||
// DevLog buffering & global variables
|
||||
extern std::vector<std::string> logHistory;
|
||||
extern std::mutex logMutex;
|
||||
|
||||
Reference in New Issue
Block a user