mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Script: Reverted Unicode change (99c67f7
)
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
class LuaScript
|
||||
{
|
||||
public:
|
||||
LuaScript(const WCHAR* scriptFile);
|
||||
LuaScript(const char* file);
|
||||
~LuaScript();
|
||||
|
||||
bool IsInitialized() { return m_Initialized; }
|
||||
|
Reference in New Issue
Block a user