Added an error message if a level fails to load.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
void OnError(int err, std::string msg = "");
|
||||
void OnError(int err, std::string msg = "");
|
||||
void MessageBoxStr(std::string msg);
|
||||
void MessageBoxStream(std::stringstream msg);
|
||||
Reference in New Issue
Block a user