Code refactored into different files.

This commit is contained in:
King_DuckZ 2014-02-08 23:11:26 +01:00
parent 26c50fe1d0
commit 2429229a95
8 changed files with 217 additions and 46 deletions

11
src/sdlerror.hpp Normal file
View file

@ -0,0 +1,11 @@
#ifndef idE2DD0E628C364995868580C60903B0BF
#define idE2DD0E628C364995868580C60903B0BF
#include <string>
namespace cloonel {
std::string GetFullErrorMessage ( const char* parFunction, const std::string& parMessage );
void ShowError ( const char* parFunction, const std::string& parMessage );
} //namespace cloonel
#endif