mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
Jsupport stream and JKRAramArchive (#143)
* JSupport streams * JKRAramArchive
This commit is contained in:
@@ -11,7 +11,7 @@ class JSUIosBase {
|
||||
public:
|
||||
JSUIosBase() { mState = false; }
|
||||
|
||||
virtual ~JSUIosBase();
|
||||
virtual ~JSUIosBase() {}
|
||||
|
||||
bool isGood() const { return mState == 0; }
|
||||
void clrState(EIoState state) { mState &= ~state; }
|
||||
@@ -19,6 +19,6 @@ public:
|
||||
|
||||
private:
|
||||
u8 mState;
|
||||
};
|
||||
}; // Size = 0x8
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user