cCHunkBuffer that compiles with TestGlobals.h

This commit is contained in:
Tycho
2014-05-03 06:02:51 -07:00
parent 8d6919f3b6
commit 616ddf5ca5
7 changed files with 27 additions and 2 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
#include "TestGlobals.h"
#include "ChunkBuffer.h"
int main(int argc, char** argv)
{
return 0;
cChunkBuffer buffer;
return 0;
}