1
0
forked from mirrors/0ad

# remove potential confusion that was the source of map load/store bug

merge FilePacker and FileUnpacker into FileIo.
add CppDoc documentation
make clear what kind of 'size' is meant (file/buffer vs payload)

This was SVN commit r5599.
This commit is contained in:
janwas
2008-02-04 11:40:42 +00:00
parent 455556783e
commit 292975834b
12 changed files with 282 additions and 292 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include "graphics/Model.h"
#include "graphics/SkeletonAnimDef.h"
#include "ps/CLogger.h"
#include "ps/FileUnpacker.h"
#include "ps/FileIo.h"
#define LOG_CATEGORY "graphics"