source:
branches/VUT/0.2/GtpVisibilityPreprocessor/src/X3dParser.h
@
170
Revision 170, 234 bytes checked in by bittner, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef __X3DPARSER_H |
2 | #define __X3DPARSER_H |
3 | |
4 | #include "Parser.h" |
5 | |
6 | |
7 | class X3dParser : public Parser |
8 | { |
9 | public: |
10 | X3dParser():Parser() {} |
11 | |
12 | bool ParseFile(const string filename, SceneGraphNode **root); |
13 | |
14 | }; |
15 | |
16 | |
17 | #endif |
Note: See TracBrowser
for help on using the repository browser.