Files
nick aa4c7cf58a
CI / build-and-test (push) Failing after 11m9s
feat: entt scripting support
2026-03-05 23:22:09 +13:00

9 lines
215 B
C

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