-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Match 8024C9F0 * Match 8024CAC8 * Match 8024CB94 * Match 8024C68C * Match 8024CD64 * Mark mnhyaku as matched * Move functions into header * Remove extern
- Loading branch information
Showing
6 changed files
with
103 additions
and
704 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
#ifndef _MN_HYAKU_ | ||
#define _MN_HYAKU_ | ||
|
||
#include <platform.h> | ||
#include <baselib/forward.h> | ||
|
||
#include <dolphin/os.h> | ||
#include <baselib/gobj.h> | ||
#include <baselib/gobjgxlink.h> | ||
#include <baselib/gobjobject.h> | ||
#include <baselib/gobjplink.h> | ||
#include <baselib/gobjproc.h> | ||
#include <baselib/gobjuserdata.h> | ||
#include <baselib/jobj.h> | ||
#include <baselib/memory.h> | ||
#include <baselib/sislib.h> | ||
|
||
void mnHyaku_8024C68C(HSD_GObj*); | ||
void mnHyaku_8024CB94(u8); | ||
void mnHyaku_8024CD64(u8); | ||
|
||
void mnHyaku_8024C9F0(HSD_GObj*); | ||
void mnHyaku_8024CA50(HSD_GObj*); | ||
void mnHyaku_8024CAC8(HSD_GObj*); | ||
|
||
#endif |