Files
OwOS/kernel/panic.h
2019-04-30 19:32:23 +01:00

4 lines
95 B
C

#pragma once
void PanicKernel(char code, char* why = "", char* where = "", char* what = "");