1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00
openrw/rwengine
Daniel Evans cfca1cbdc8 Refactor Object data into heirarchy
+ All Object Data classes inheirt from ObjectInformation which stores
  the ID and class_type, which maps to the IDE name.
- Remove all object mappings except for objectTypes, which now stores
  all of them.
2014-09-17 03:13:02 +01:00
..
include Refactor Object data into heirarchy 2014-09-17 03:13:02 +01:00
src Refactor Object data into heirarchy 2014-09-17 03:13:02 +01:00
CMakeLists.txt Improve CMake detection of platform libraries 2014-08-16 23:02:34 +01:00
README.md Add Readme and Copying files 2014-02-13 09:51:42 +00:00

RWEngine

Engine code for everything from object rendering to file parsing