summaryrefslogtreecommitdiffstats
path: root/tests/ChunkBuffer/creatable.cpp
blob: 49204c87992c31761bc7f577fa1b7896f4d8830d (plain) (blame)
1
2
3
4
5
6
7
8
9

#include "TestGlobals.h"
#include "ChunkBuffer.h"

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