summaryrefslogtreecommitdiffstats
path: root/tests/WorldStorage/FastNBT/creatable.cpp
blob: 677071c3d25f3fb1e9d5c6198a0417950b52b5b0 (plain) (blame)
1
2
3
4
5
6
7
#include "Globals.h"
#include "WorldStorage/FastNBT.h"

int main() {
	cParsedNBT{};
	cFastNBTWriter test{};
}