mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-22 01:44:41 -05: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
|