mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
046d178003
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress
17 lines
366 B
C
17 lines
366 B
C
#ifndef M_DO_M_DO_MACHINE_EXCEPTION_H
|
|
#define M_DO_M_DO_MACHINE_EXCEPTION_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct 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 */
|