diff --git a/src/JavaStream.h b/src/JavaStream.h index 19a580a..a081229 100644 --- a/src/JavaStream.h +++ b/src/JavaStream.h @@ -21,7 +21,6 @@ class InputStream int field_0x0; int field_0x4; - uint32_t cursor; FILE* file; int fileSize; int field_0x28; @@ -29,6 +28,7 @@ class InputStream public: static constexpr int LOADTYPE_RESOURCE = 5; static constexpr int LOADTYPE_FILE = 6; + uint32_t cursor; uint8_t* data; // Constructor @@ -89,3 +89,4 @@ class OutputStream }; #endif +