Renamed cChunkBuffer to cChunkData
This commit is contained in:
9
tests/ChunkData/creatable.cpp
Normal file
9
tests/ChunkData/creatable.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#include "TestGlobals.h"
|
||||
#include "ChunkData.h"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
cChunkData buffer;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user