2011-08-07 06:21:52 -06:00
|
|
|
#ifndef LUA_VERSIONINFO_H
|
|
|
|
#define LUA_VERSIONINFO_H
|
2011-12-31 04:48:42 -07:00
|
|
|
#include "Core.h"
|
|
|
|
#include <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
|