#ifndef OLC_PGE_COMMON #define OLC_PGE_COMMON namespace olc { enum rcode { FAIL = 0, OK = 1, NO_FILE = -1, }; } #endif