mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02: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