mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
dc42b7e9c9
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.
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
$#include "../MeterImage.h"
|
|
$#include "LuaPush.h"
|
|
|
|
class CMeterImage : public CMeter
|
|
{
|
|
public:
|
|
void SetImage(const WCHAR* imageName);
|
|
const WCHAR* GetImage();
|
|
};
|
|
|
|
|