2011-08-07 06:21:52 -06:00
|
|
|
#ifndef LUA_VERSIONINFO_H
|
|
|
|
#define LUA_VERSIONINFO_H
|
2011-08-08 13:17:11 -06:00
|
|
|
#include <dfhack/Core.h>
|
2011-08-07 06:21:52 -06:00
|
|
|
#include <dfhack/VersionInfo.h>
|
2011-08-08 17:46:32 -06:00
|
|
|
#include "luamain.h"
|
2011-08-07 06:21:52 -06:00
|
|
|
namespace lua
|
|
|
|
{
|
2011-08-08 17:46:32 -06:00
|
|
|
|
|
|
|
void RegisterVersionInfo(lua::state &st);
|
2011-08-07 06:21:52 -06:00
|
|
|
|
|
|
|
}
|
|
|
|
#endif
|