Files
minecraft-pe-0.6.1/src/ErrorCodes.h
2026-03-02 22:04:18 +03:00

14 lines
180 B
C++
Executable File

#ifndef ERRORCODES_H__
#define ERRORCODES_H__
namespace ErrorCodes {
enum Enum {
Unknown,
ContainerRefStillExistsAfterDestruction
};
}
#endif /*ERRORCODES_H__*/