Skip to content
Snippets Groups Projects
Commit 85fdb87b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Extern "C"

parent 2f5938c9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2708 passed
......@@ -55,7 +55,13 @@ struct xpmapping {
#endif
#ifdef __cplusplus
extern "C" {
#endif
DLLEXPORT struct xpmapping* xpmap(const char *filename, enum xpmap_type type);
DLLEXPORT void xpunmap(struct xpmapping *map);
#ifdef __cplusplus
}
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment