refactor: split java libs and nbt into separate projects

This commit is contained in:
Tropical
2026-03-30 12:54:00 -05:00
parent 5c17c5c9ff
commit da1d6d8e97
535 changed files with 1286 additions and 1208 deletions

View File

@@ -2,7 +2,7 @@
// 4J Stu - Implements the Java InputStream but rather than writing directly to
// disc it writes through the save file
#include "../../ConsoleJavaLibs/InputOutputStream/InputStream.h"
#include "java/InputOutputStream/InputStream.h"
#include "ConsoleSavePath.h"