qzdoom/src/scripting
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
..
backend - did a bit of header cleanup to reduce the dependency on dobject.h. 2017-03-09 23:30:42 +01:00
decorate - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
vm - untangled r_defs.h from actor.h 2017-03-10 02:22:42 +01:00
zscript - replaced homegrown SWORD, SBYTE and uint32_t types. 2017-03-09 19:31:45 +01:00
symbols.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
symbols.h - added version check for member variables. 2017-03-05 20:41:41 +01:00
thingdef.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
thingdef.h - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00
thingdef_data.cpp - did a bit of header cleanup to reduce the dependency on dobject.h. 2017-03-09 23:30:42 +01:00
thingdef_properties.cpp - replaced another large batch of homegrown type use. 2017-03-08 18:55:53 +01:00