mirror of
https://github.com/zeldaret/tp
synced 2026-08-12 03:48:38 -04:00
format / asm
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
#include "dolphin/types.h"
|
||||
|
||||
namespace JMessage {
|
||||
struct locale {
|
||||
/* 802A9490 */ void parseCharacter_1Byte(char const**);
|
||||
/* 802A94A8 */ void parseCharacter_2Byte(char const**);
|
||||
/* 802A9528 */ void parseCharacter_ShiftJIS(char const**);
|
||||
/* 802A958C */ void parseCharacter_UTF8(char const**);
|
||||
};
|
||||
struct locale {
|
||||
/* 802A9490 */ void parseCharacter_1Byte(char const**);
|
||||
/* 802A94A8 */ void parseCharacter_2Byte(char const**);
|
||||
/* 802A9528 */ void parseCharacter_ShiftJIS(char const**);
|
||||
/* 802A958C */ void parseCharacter_UTF8(char const**);
|
||||
};
|
||||
}; // namespace JMessage
|
||||
|
||||
#endif /* LOCALE_H */
|
||||
|
||||
Reference in New Issue
Block a user