mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-23 22:41:22 +01:00
[WUPS] rename the structs to be comaptible to C++
This commit is contained in:
parent
4c2489c1ff
commit
0a31469246
@ -50,11 +50,11 @@ typedef struct wups_loader_entry_t {
|
||||
const char *name;
|
||||
const wups_loader_library_type_t library;
|
||||
const void *target;
|
||||
} function;
|
||||
} _function;
|
||||
struct {
|
||||
const char *name;
|
||||
const void *target;
|
||||
} export;
|
||||
} _export;
|
||||
} data;
|
||||
} wups_loader_entry_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user