Lua versioninfo start, small ressurection tool update.
parent
f2b8ff1280
commit
bead6cd350
@ -0,0 +1,9 @@
|
||||
#ifndef LUA_VERSIONINFO_H
|
||||
#define LUA_VERSIONINFO_H
|
||||
#include <dfhack/VersionInfo.h>
|
||||
|
||||
namespace lua
|
||||
{
|
||||
|
||||
}
|
||||
#endif
|
@ -0,0 +1 @@
|
||||
#include "lua_VersionInfo.h"
|
Loading…
Reference in New Issue