10 lines
141 B
C
10 lines
141 B
C
|
#ifndef _LUA_PRECOMP_H_
|
||
|
#define _LUA_PRECOMP_H_
|
||
|
|
||
|
#include "ShimHook.h"
|
||
|
using namespace ShimLib;
|
||
|
|
||
|
#include "lua.h"
|
||
|
|
||
|
#endif // _LUA_PRECOMP_H_
|