mirror of
https://github.com/zeldaret/oot.git
synced 2025-01-15 21:07:15 +00:00
629757b3ae
* git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "dcf56d93e" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "dcf56d93e" git-subrepo: version: "0.4.5" origin: "https://github.com/ingydotnet/git-subrepo" commit: "dbb99be" * Add files via upload * Update Config.xml
6 lines
83 B
C
6 lines
83 B
C
#ifndef CRASH_HANDLER_H
|
|
#define CRASH_HANDLER_H
|
|
|
|
void CrashHandler_Init();
|
|
|
|
#endif
|