Code directory changes
This commit is contained in:
6
src/include/ErrorFunctions.h
Normal file
6
src/include/ErrorFunctions.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
void OnError(int err, std::string msg = "");
|
||||
void MessageBoxStr(std::string msg);
|
||||
void MessageBoxStream(std::stringstream msg);
|
||||
Reference in New Issue
Block a user