mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Swap mFRm and mCD methods to correct files
This commit is contained in:
+1
-2
@@ -8,8 +8,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void mFRm_PrintSavedDebug(gfxprint_t* gfxprint);
|
||||
extern void mFRm_display_errInfo(gfxprint_t* gfxprint);
|
||||
extern void mCD_PrintErrInfo(gfxprint_t* gfxprint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void mCD_PrintErrInfo(gfxprint_t* gfxprint);
|
||||
extern void mFRm_PrintSavedDebug(gfxprint_t* gfxprint);
|
||||
extern void mFRm_display_errInfo(gfxprint_t* gfxprint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
+1
-1
Submodule tools/ppcdis updated: eca3f3015a...83260829c5
Reference in New Issue
Block a user