Revision 575,
444 bytes
checked in by mattausch, 19 years ago
(diff) |
changed view cell parser. warning, not working yet!!
|
Line | |
---|
1 | #ifndef __VIEWCELLSDPARSER_H
|
---|
2 | #define __VIEWCELLSDPARSER_H
|
---|
3 |
|
---|
4 | #include "Parser.h"
|
---|
5 | #include "Containers.h"
|
---|
6 |
|
---|
7 | class ViewCellsManager;
|
---|
8 | class VspBspTree;
|
---|
9 |
|
---|
10 | class ViewCellsParser : public Parser
|
---|
11 | {
|
---|
12 | public:
|
---|
13 | ViewCellsParser():Parser() {}
|
---|
14 |
|
---|
15 | //bool ParseFile(const string filename, ViewCellsManager &viewCells);
|
---|
16 | bool ParseFile(const string filename,
|
---|
17 | ViewCellsManager **viewCells,
|
---|
18 | ObjectContainer *objects);
|
---|
19 | };
|
---|
20 |
|
---|
21 |
|
---|
22 | #endif
|
---|
Note: See
TracBrowser
for help on using the repository browser.