mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
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:
11
Library/lua/glue/meter_image.tolua
Normal file
11
Library/lua/glue/meter_image.tolua
Normal file
@ -0,0 +1,11 @@
|
||||
$#include "../MeterImage.h"
|
||||
$#include "LuaPush.h"
|
||||
|
||||
class CMeterImage : public CMeter
|
||||
{
|
||||
public:
|
||||
void SetImage(const WCHAR* imageName);
|
||||
const WCHAR* GetImage();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user