Changeset 11943 for OpenSceneGraph/trunk/examples/osgtext3D/osgtext3D.cpp
- Timestamp:
- 11/23/10 18:33:43 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtext3D/osgtext3D.cpp
r11917 r11943 31 31 #include <osg/io_utils> 32 32 33 #include <osgText/TextNode>34 33 #include <osgText/Text3D> 34 35 #include "TextNode.h" 35 36 36 37 extern int main_orig(int, char**);
