Some how these weren't committed before.

lua5.1.dll is here so so tolua++.exe can run. It actually generates most of the files in this folder.
The .tolua files are special files that the tolua++ exe uses to create the c++ code.
This commit is contained in:
mapeki
2010-12-12 17:18:36 +00:00
parent c516bf8310
commit dc42b7e9c9
3 changed files with 133 additions and 0 deletions

View File

@ -0,0 +1,11 @@
$#include "../MeterImage.h"
$#include "LuaPush.h"
class CMeterImage : public CMeter
{
public:
void SetImage(const WCHAR* imageName);
const WCHAR* GetImage();
};