qzdoom/src/g_inventory
Christoph Oelckers bd7476fb8d - untangled r_defs.h from actor.h
Both files can now be included independently without causing problems.
This also required moving some inline functions into separate files and splitting off the GC definitions from dobject.h to ensure that r_defs does not need to pull in any part of the object hierarchy.
2017-03-10 02:22:42 +01:00
..
a_keys.cpp - optimized the FName versions of IsDescendantOf and IsKindOf. These can be done without first looking up the class type itself. 2017-02-08 15:47:22 +01:00
a_keys.h - scriptified the remains of AKey. 2017-01-18 15:17:12 +01:00
a_pickups.cpp - properly handle all meta properties for inventory items. 2017-02-28 00:45:16 +01:00
a_pickups.h - untangled r_defs.h from actor.h 2017-03-10 02:22:42 +01:00
a_weapons.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
a_weapons.h - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00