mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -04:00
Some work on m_do_ext (#1988)
* Some work on m_do_ext * Work on m_do_ext
This commit is contained in:
@@ -421,6 +421,8 @@ public:
|
||||
JKRAramArchive* getFieldMapArchive2() { return (JKRAramArchive*)mFieldMapArchive2; }
|
||||
JKRArchive* getOptionResArchive() { return mOptionResArchive; }
|
||||
JKRArchive* getRingResArchive() { return mRingResArchive; }
|
||||
JKRArchive* getFontArchive() { return mFontArchive; }
|
||||
JKRArchive* getRubyArchive() { return mRubyArchive; }
|
||||
|
||||
void setFieldMapArchive2(JKRArchive* arc) { mFieldMapArchive2 = arc; }
|
||||
void setAnmArchive(JKRArchive* arc) { mAnmArchive = arc; }
|
||||
@@ -2016,6 +2018,14 @@ inline void dComIfGp_setRubyArchive(JKRArchive* arc) {
|
||||
g_dComIfG_gameInfo.play.setRubyArchive(arc);
|
||||
}
|
||||
|
||||
inline JKRArchive* dComIfGp_getFontArchive() {
|
||||
return g_dComIfG_gameInfo.play.getFontArchive();
|
||||
}
|
||||
|
||||
inline JKRArchive* dComIfGp_getRubyArchive() {
|
||||
return g_dComIfG_gameInfo.play.getRubyArchive();
|
||||
}
|
||||
|
||||
inline void dComIfGp_setMain2DArchive(JKRArchive* arc) {
|
||||
g_dComIfG_gameInfo.play.setMain2DArchive(arc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user