mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -04:00
3cdef97cb8
* setup TU * JASResArcLoader OK * d_a_obj_stoneMark work * some funcs in d_a_obj_stoneMark * many changes * quat, d_a_obj_stone, d_a_alink, fix python script, tidy makefile * d_file_select functions + pr cleanup
18 lines
393 B
C
18 lines
393 B
C
#ifndef M_DO_M_DO_MACHINE_EXCEPTION_H
|
|
#define M_DO_M_DO_MACHINE_EXCEPTION_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "dolphin/gx/GX.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 */
|