Move scene_parser.{cc,hh} to sceneParser.{cc,hh}
This commit is contained in:
parent
98fe95e1a5
commit
03c037730e
4 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "reader_yaml.hh"
|
||||
|
||||
#include "yaml/parsers.hh"
|
||||
#include "yaml/scene_parser.hh"
|
||||
#include "yaml/sceneParser.hh"
|
||||
|
||||
|
||||
#if 0
|
||||
|
|
|
@ -9,7 +9,7 @@ files = [
|
|||
'parsers.cc',
|
||||
'object_parser.cc',
|
||||
'scalarMappingParser.cc',
|
||||
'scene_parser.cc',
|
||||
'sceneParser.cc',
|
||||
]
|
||||
|
||||
objs = []
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
#include "scene_parser.hh"
|
||||
#include "sceneParser.hh"
|
||||
#include "vector_parser.hh"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue