the whole game
This commit is contained in:
13
src/ErrorCodes.h
Executable file
13
src/ErrorCodes.h
Executable file
@@ -0,0 +1,13 @@
|
||||
#ifndef ERRORCODES_H__
|
||||
#define ERRORCODES_H__
|
||||
|
||||
namespace ErrorCodes {
|
||||
|
||||
enum Enum {
|
||||
Unknown,
|
||||
ContainerRefStillExistsAfterDestruction
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /*ERRORCODES_H__*/
|
||||
Reference in New Issue
Block a user