libnx/nx/include/switch/services/fatal.h
TuxSH 5abc4873d8 Include only what is really necessary...
add pragma once in every header, etc.
2018-01-22 18:42:57 +01:00

5 lines
96 B
C

#pragma once
#include <switch/types.h>
__attribute__((noreturn)) void fatalSimple(Result err);