mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
# 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:
@@ -10,8 +10,7 @@
|
||||
|
||||
#include "ModelDef.h"
|
||||
#include "graphics/SkeletonAnimDef.h"
|
||||
#include "ps/FilePacker.h"
|
||||
#include "ps/FileUnpacker.h"
|
||||
#include "ps/FileIo.h"
|
||||
#include "maths/Vector4D.h"
|
||||
|
||||
CVector3D CModelDef::SkinPoint(const SModelVertex& vtx,
|
||||
|
||||
Reference in New Issue
Block a user