diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-10-08 00:54:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 16:54:13 -0600 |
| commit | 58d56fcba848e8545052c1d85ef27d0b02841538 (patch) | |
| tree | 07dfa41605f8db8a84ba4863a67002fead313082 /src/code_80086E70.c | |
| parent | f93590691a342a6093854c41ebdbf42fa41cf886 (diff) | |
Fix linux compilation (#110)
* fix wamr windows normally
* fix linux issue
* load all wasm in mods folder
* minor fix
Diffstat (limited to 'src/code_80086E70.c')
| -rw-r--r-- | src/code_80086E70.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code_80086E70.c b/src/code_80086E70.c index a7a2180ae..a4eed4f2c 100644 --- a/src/code_80086E70.c +++ b/src/code_80086E70.c @@ -15,6 +15,7 @@ #include "main.h" #include "code_80057C60.h" #include "defines.h" +#include "port/Game.h" void func_80086E70(s32 objectIndex) { gObjectList[objectIndex].unk_0AE = 1; // * 0xE0)) = 1; |
