Conditional branch for linux

This commit is contained in:
Antoine Pilote
2023-09-27 23:37:31 -04:00
parent 8f6abcf7a7
commit 1aae2e3ea7
5 changed files with 19 additions and 11 deletions

View File

@@ -79,7 +79,6 @@ namespace Nuake {
{"ScriptableEntity", GET_STATIC_RESOURCE_SCRIPT_SRC(StaticResources::Resources_Scripts_ScriptableEntity_wren)},
};
const std::string NuakeModulePrefix = "Nuake:";
WrenLoadModuleResult myLoadModule(WrenVM* vm, const char* name)
{