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/engine/GameAPI.h | |
| 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/engine/GameAPI.h')
| -rw-r--r-- | src/engine/GameAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/GameAPI.h b/src/engine/GameAPI.h index 2ac0c7511..6e2e84323 100644 --- a/src/engine/GameAPI.h +++ b/src/engine/GameAPI.h @@ -1,6 +1,6 @@ #ifndef GAME_API_H #define GAME_API_H -uintptr_t* GetCourse(void); +void* GetCourse(void); #endif // GAME_API_H
\ No newline at end of file |
