Implement ObjectParser

This commit is contained in:
Eryn Wells 2014-07-17 20:14:52 -07:00
parent 2a6f72f511
commit 6ff108f360
3 changed files with 155 additions and 0 deletions

View file

@ -7,6 +7,7 @@ Import('env')
files = [
'parsers.cc',
'object_parser.cc',
'scene_parser.cc',
]