# | Line 17 | Line 17 | |
---|---|---|
17 | ||
18 | extern struct tw_config config; | |
19 | ||
20 | < | #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) |
20 | > | #if defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__) || defined(__NeXT__) || defined(__DOS__) || defined(__amiga__) |
21 | void* tw_module_load(const char* path) { return NULL; } | |
22 | ||
23 | void* tw_module_symbol(void* mod, const char* sym) { return NULL; } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |