Files
Blocks3D/src/include/ErrorFunctions.h
2021-03-04 21:48:29 -08:00

6 lines
159 B
C++

#pragma once
#include <string>
void OnError(int err, std::string msg = "");
void MessageBoxStr(std::string msg);
void MessageBoxStream(std::stringstream msg);