Files
SpaghettiKart/src/engine/GameAPI.h
T
coco875 58d56fcba8 Fix linux compilation (#110)
* fix wamr windows normally

* fix linux issue

* load all wasm in mods folder

* minor fix
2024-10-07 16:54:13 -06:00

6 lines
83 B
C

#ifndef GAME_API_H
#define GAME_API_H
void* GetCourse(void);
#endif // GAME_API_H