mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 17:41:49 +01:00
2e776838ff
So we don't have to extern C and pragma pack in every header file.
13 lines
109 B
C
13 lines
109 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
WUT_LIB_HEADER_START
|
|
|
|
void
|
|
exit(int code);
|
|
|
|
void
|
|
_Exit();
|
|
|
|
WUT_LIB_HEADER_END
|