Fix input on linux
This commit is contained in:
@@ -0,0 +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"
|
||||
|
||||
void modulePlatformLinux(scriptcontext_t *ctx) {
|
||||
scriptContextExec(ctx, "LINUX = true\n");
|
||||
}
|
||||
Reference in New Issue
Block a user