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/camera.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/camera.c')
| -rw-r--r-- | src/camera.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/camera.c b/src/camera.c index d4ebd36cf..732824944 100644 --- a/src/camera.c +++ b/src/camera.c @@ -20,6 +20,7 @@ #include "freecam.h" #include "engine/GameAPI.h" +#include "port/Game.h" f32 D_800DDB30[] = { 0.4f, 0.6f, 0.275f, 0.3f }; |
