SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
kdebug.h
Go to the documentation of this file.
1
9
10#ifndef _KDEBUG_H_
11#define _KDEBUG_H_
12
13
14extern void KDebug_Halt(void);
15extern void KDebug_Alert(const char *str);
16extern void KDebug_AlertNumber(u32 nVal);
17extern void KDebug_StartTimer(void);
18extern void KDebug_StopTimer(void);
19
20
21#endif
unsigned long u32
Definition types.h:105