file
isagbprint.h
Functions
- void AGBPrintInit(void)
- void AGBPutc(const char cChr)
- void AGBPrint(const char* pBuf)
- void AGBPrintf(const char* pBuf, ...)
- void AGBPrintFlush1Block(void)
- void AGBPrintFlush(void)
- void AGBAssert(const char* pFile, int nLine, const char* pExpression, int nStopProgram)
Defines
- #define AGB_ASSERT(exp)
- #define AGB_WARNING(exp)
- #define AGB_ASSERT_EX(exp, file, line)
- #define AGB_WARNING_EX(exp, file, line)