diff --git a/rpl/libcoreinit/exports.h b/rpl/libcoreinit/exports.h index 80b781b..604ae41 100644 --- a/rpl/libcoreinit/exports.h +++ b/rpl/libcoreinit/exports.h @@ -40,6 +40,12 @@ EXPORT(OSInitCondEx); EXPORT(OSWaitCond); EXPORT(OSSignalCond); +// coreinit/core.h +EXPORT(OSGetCoreCount); +EXPORT(OSGetCoreId); +EXPORT(OSGetMainCoreId); +EXPORT(OSIsMainCore); + // coreinit/debug.h EXPORT(OSConsoleWrite); EXPORT(OSReport);