mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 23:05:11 -04:00
00fe8a0873
* m_Do_machine_exception OK * m_Do_Reset OK * m_Do_DVDError OK * some fixes for JP * JP OK again * d_seafightgame OK * cleanup m_Do_Reset a bit
16 lines
364 B
C++
16 lines
364 B
C++
#ifndef M_DO_M_DO_MACHINE_EXCEPTION_H
|
|
#define M_DO_M_DO_MACHINE_EXCEPTION_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class JUTConsole;
|
|
|
|
void print_f(char const*, ...);
|
|
void print(char const*);
|
|
void dispHeapInfo();
|
|
void dispGameInfo();
|
|
void dispDateInfo();
|
|
void dispConsoleToTerminal();
|
|
void exception_addition(JUTConsole* pConsole);
|
|
|
|
#endif /* M_DO_M_DO_MACHINE_EXCEPTION_H */ |