mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-08-03 02:21:16 +00:00
refactor: consistent include paths in java/nbt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "IntBuffer.h"
|
||||
#include "FloatBuffer.h"
|
||||
#include "ByteBuffer.h"
|
||||
#include "java/IntBuffer.h"
|
||||
#include "java/FloatBuffer.h"
|
||||
#include "java/ByteBuffer.h"
|
||||
|
||||
ByteBuffer::ByteBuffer(unsigned int capacity) : Buffer(capacity) {
|
||||
hasBackingArray = false;
|
||||
|
||||
Reference in New Issue
Block a user