mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
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();
|
||
|
};
|
||
|
|
||
|
|