fix: resolve ByteBuffer hardcoded path and static const linker errors

This commit is contained in:
MatthewBeshay
2026-03-31 21:49:28 +11:00
parent a18cb3d484
commit 2f92b07c1f
15 changed files with 87 additions and 151 deletions

View File

@@ -8,7 +8,6 @@
#include "java/IntBuffer.h"
#include "java/FloatBuffer.h"
#include "java/ByteBuffer.h"
#include "/home/tropical/Documents/GitHub/4jcraft/minecraft/Minecraft.World/ConsoleHelpers/Definitions.h"
#include "java/Buffer.h"
ByteBuffer::ByteBuffer(unsigned int capacity) : Buffer(capacity) {