#ifndef ENUMS_H #define ENUMS_H enum ScopeId { sidLocal, sidGlobal, sidPlayer, sidSituation }; #endif