Tramway SDK
lua.h
Go to the documentation of this file.
1// Tramway Drifting and Dungeon Exploration Simulator SDK Runtime
2
3#ifndef TRAM_SDK_EXTENSIONS_SCRIPTING_LUA_H
4#define TRAM_SDK_EXTENSIONS_SCRIPTING_LUA_H
5
7
8void Init();
9void Uninit();
10
11}
12
13#endif // TRAM_SDK_EXTENSIONS_SCRIPTING_LUA_H
Lua bindings for the Script system.
void Uninit()
Definition: lua.cpp:293
void Init()
Definition: lua.cpp:282