mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:22:32 +00:00
format the whole repo (again)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "CompoundTag.h"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -2,20 +2,20 @@
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "java/InputOutputStream/DataInput.h"
|
||||
#include "java/InputOutputStream/DataOutput.h"
|
||||
#include "nbt/ByteArrayTag.h"
|
||||
#include "nbt/ByteTag.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
#include "nbt/DoubleTag.h"
|
||||
#include "nbt/EndTag.h"
|
||||
#include "nbt/FloatTag.h"
|
||||
#include "nbt/IntArrayTag.h"
|
||||
#include "nbt/IntTag.h"
|
||||
#include "nbt/ListTag.h"
|
||||
#include "nbt/LongTag.h"
|
||||
#include "nbt/ShortTag.h"
|
||||
#include "nbt/StringTag.h"
|
||||
#include "java/InputOutputStream/DataInput.h"
|
||||
#include "java/InputOutputStream/DataOutput.h"
|
||||
#include "nbt/IntArrayTag.h"
|
||||
|
||||
Tag::Tag(const std::wstring& name) {
|
||||
if (name.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user