Update inventory arrays to be vectors. Add class for inventory. Change some structs that use inventories to classes to provide constructors, destructors, etc. Note that with this update all file operations should still be compatible with previous files.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@972 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
SpaceViking
2007-06-15 03:01:57 +00:00
parent 2b59950880
commit ac41de3515
4 changed files with 1 additions and 6 deletions
-1
View File
@@ -8,7 +8,6 @@
#include "wcheck.h"
#include "stdlib.h"
#include "debug.h"
#include "Soldier Control.h"
#include "Timer Control.h"
#include "overhead.h"
#include "handle items.h"