#ifndef ENUMS_H_CD0A75E4 #define ENUMS_H_CD0A75E4 enum class ColliderType { player, train, crate, other }; enum class Layer { map, track, object }; #endif /* end of include guard: ENUMS_H_CD0A75E4 */