prog
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "script/scriptcontext.h"
|
||||
#include "script/module/modulebase.h"
|
||||
|
||||
static void modulePlatformLinux(lua_State *L) {
|
||||
luaL_dostring(L, "LINUX = true\n");
|
||||
}
|
||||
static void modulePlatformLinux(void) {
|
||||
jsEvalStr("var LINUX = true;\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user