Added new osgGLUT::Window base class which is very basic right now, all it does
is bring up a GLUT window and provide virtual functions from which users should subclass to add functionality.
This commit is contained in:
@@ -4,6 +4,7 @@ include ../../Make/makedefs
|
||||
C++FILES = \
|
||||
GLUTEventAdapter.cpp\
|
||||
Version.cpp\
|
||||
Window.cpp\
|
||||
Viewer.cpp\
|
||||
|
||||
TARGET_BASENAME = osgGLUT
|
||||
@@ -19,6 +20,7 @@ TARGET_INCLUDE_FILES = \
|
||||
osgGLUT/Export\
|
||||
osgGLUT/GLUTEventAdapter\
|
||||
osgGLUT/Version\
|
||||
osgGLUT/Window\
|
||||
osgGLUT/Viewer\
|
||||
|
||||
C++FLAGS += -I ../../include
|
||||
|
||||
Reference in New Issue
Block a user