#ifndef EOBJECTBITS_H #define EOBJECTBITS_H #include enum class eObjectBits : size_t { CLIENT = 46, SPAWNED = 58, CHARACTER = 60 }; #endif //!EOBJECTBITS_H