4 lines
76 B
C++
4 lines
76 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
void OnError(int err, std::string msg = ""); |