mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 20:01:53 +01:00
2e776838ff
So we don't have to extern C and pragma pack in every header file.
19 lines
176 B
C
19 lines
176 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
WUT_LIB_HEADER_START
|
|
|
|
uint32_t
|
|
OSGetCoreCount();
|
|
|
|
uint32_t
|
|
OSGetCoreId();
|
|
|
|
uint32_t
|
|
OSGetMainCoreId();
|
|
|
|
BOOL
|
|
OSIsMainCore();
|
|
|
|
WUT_LIB_HEADER_END
|