clean up libjava includes

This commit is contained in:
Tropical
2026-03-31 02:00:20 -05:00
parent bed181cd59
commit ea539a7e58
32 changed files with 100 additions and 30 deletions

View File

@@ -1,7 +1,15 @@
#include <assert.h>
#include <stdint.h>
#include <string.h>
#include <algorithm>
#include <vector>
#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) {
hasBackingArray = false;