wut/rpl/proc_ui/exports.h
James Benton 8af0ffe9c7 Move wut to using CMake instead of Makefiles.
The old makefile solution will still be around on branch "make".
2017-03-23 12:18:02 +00:00

15 lines
352 B
C

// procui/procui.h
EXPORT(ProcUICalcMemorySize);
EXPORT(ProcUIClearCallbacks);
EXPORT(ProcUIDrawDoneRelease);
EXPORT(ProcUIInForeground);
EXPORT(ProcUIInShutdown);
EXPORT(ProcUIInit);
EXPORT(ProcUIInitEx);
EXPORT(ProcUIIsRunning);
EXPORT(ProcUIProcessMessages);
EXPORT(ProcUISetSaveCallback);
EXPORT(ProcUIShutdown);
EXPORT(ProcUISubProcessMessages);