| 14 | } |
| 15 | |
| 16 | template <typename T> std::enable_if_t<std::is_same_v<T, std::underlying_type_t<GAME_OBJECT_ID>>, GAME_OBJECT_ID> |
| 17 | from_underlying(T rhs) |
| 18 | { |
| 19 | return GAME_OBJECT_ID{ rhs }; |
| 20 | } |
| 21 | |
| 22 | enum SPRITE_TYPES |
| 23 | { |
no outgoing calls
no test coverage detected