add d_meter2_info methods, addBottleNum OK, getBombNum OK, isLetterReadFlag OK

This commit is contained in:
unknown
2020-12-06 20:46:16 -05:00
parent 86f892c3d3
commit cbd06e5668
7 changed files with 384 additions and 335 deletions
@@ -0,0 +1,12 @@
#ifndef __CONTROL_H_
#define __CONTROL_H_
#include "dolphin/types.h"
// this may actually go somewhere else, but defining it here for now
class JMSMesgEntry_c {
};
#endif