mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:40:44 +01:00
13 lines
114 B
C
13 lines
114 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
OSFatal(const char *msg);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|