Code refactored into different files.
This commit is contained in:
parent
26c50fe1d0
commit
2429229a95
8 changed files with 217 additions and 46 deletions
11
src/sdlerror.hpp
Normal file
11
src/sdlerror.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue