misc and d_event

This commit is contained in:
lepelog
2022-07-02 03:08:21 +02:00
parent b973f1c798
commit b649193f04
36 changed files with 357 additions and 1380 deletions
+4
View File
@@ -1514,6 +1514,10 @@ inline dAttention_c& dComIfGp_getAttention() {
return g_dComIfG_gameInfo.play.getAttention();
}
inline u8 dComIfGp_att_getCatchChgItem() {
return dComIfGp_getAttention().getCatchChgItem();
}
inline J2DGrafContext* dComIfGp_getCurrentGrafPort() {
return g_dComIfG_gameInfo.play.getCurrentGrafPort();
}