sgdk
kdebug.h
Go to the documentation of this file.
00001 
00010 #ifndef _KDEBUG_H_
00011 #define _KDEBUG_H_
00012 
00013 
00014 extern void KDebug_Halt();
00015 extern void KDebug_Alert(const char *str);
00016 extern void KDebug_AlertNumber(u32 nVal);
00017 extern void KDebug_StartTimer();
00018 extern void KDebug_StopTimer();
00019 
00020 
00021 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines