1
0
Files
cuberite-2a/tests/ChunkData/creatable.cpp

10 lines
117 B
C++
Raw Normal View History

#include "TestGlobals.h"
2014-05-21 19:58:48 +01:00
#include "ChunkData.h"
2014-04-27 12:25:03 -07:00
int main(int argc, char** argv)
{
2014-05-21 19:58:48 +01:00
cChunkData buffer;
return 0;
2014-04-27 12:25:03 -07:00
}