mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
8 lines
119 B
C++
8 lines
119 B
C++
#pragma once
|
|
namespace sol {
|
|
class state;
|
|
};
|
|
|
|
namespace GameScriptFreeFunctions {
|
|
void Register(sol::state* lua);
|
|
};
|