mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-23 15:02:12 -04:00
58d56fcba8
* fix wamr windows normally * fix linux issue * load all wasm in mods folder * minor fix
6 lines
83 B
C
6 lines
83 B
C
#ifndef GAME_API_H
|
|
#define GAME_API_H
|
|
|
|
void* GetCourse(void);
|
|
|
|
#endif // GAME_API_H
|