9 lines
215 B
C
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);
|