#pragma once #include #include // Set the global registry that scripts will interact with void SetGlobalRegistry(entt::registry* reg); void RegisterECSBindings(asIScriptEngine *engine);