17 |
|
|
18 |
extern struct tw_config config; |
extern struct tw_config config; |
19 |
|
|
20 |
#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) |
#if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) || defined(__amiga__) |
21 |
void* tw_module_load(const char* path) { return NULL; } |
void* tw_module_load(const char* path) { return NULL; } |
22 |
|
|
23 |
void* tw_module_symbol(void* mod, const char* sym) { return NULL; } |
void* tw_module_symbol(void* mod, const char* sym) { return NULL; } |