Files
Blocks3D/ErrorFunctions.h
2019-11-05 20:47:06 -05: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);