Files
Blocks3D/ErrorFunctions.h
2019-11-04 23:57:31 -05:00

4 lines
76 B
C++

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