summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData/creatable.cpp
blob: 1321bf49b71628f4f9e264f7f266502a52028f2a (plain) (blame)
1
2
3
4
5
6
7
8
9

#include "Globals.h"
#include "ChunkData.h"

int main(int argc, char** argv)
{
	cChunkData buffer;
	return 0;
}