mirror of
https://github.com/zeldaret/oot-gc.git
synced 2026-09-26 05:32:01 -04:00
add97e78d7
* import metrotrk from oot-vc * fix compile flags * match nubinit * match mainloop and nubevent * progress on serpoll.c * progress * proc change for msghndlr and cleanup * remove useless headers * progress * format * fix serpoll inversion * prog * progress * last file! * progress * match the last function * fix issues * format * revert function name change * add comments about the weird stuff * link most files * build issues * fix matching issues and link versions that match * link for mq * format * link msgbuf * flag cleanup * rename compiler * update config * cleanup * format * remove leftover thing * remove unneeded change * review 1 * review 2
11 lines
156 B
C
11 lines
156 B
C
#ifndef DEBUGGER_H
|
|
#define DEBUGGER_H
|
|
|
|
#include "dolphin/db/DBInterface.h"
|
|
#include "dolphin/types.h"
|
|
|
|
bool AMC_IsStub(void);
|
|
bool Hu_IsStub(void);
|
|
|
|
#endif
|