mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-11-22 13:26:39 +01:00
fix entt update
This commit is contained in:
@@ -61,6 +61,7 @@ SDLService::~SDLService(void) {
|
||||
}
|
||||
|
||||
std::vector<UpdateStrategies::UpdateCreationInfo> SDLService::registerUpdates(void) {
|
||||
using namespace entt::literals;
|
||||
return {
|
||||
{
|
||||
"SDLService::events"_hs,
|
||||
|
||||
Reference in New Issue
Block a user