Changeset 20361
- Timestamp:
- 06/27/07 14:16:24 (1 year ago)
- Files:
-
- juggler/branches/2.2/modules/vrjuggler/test/Cluster/applicationData/applicationDataApp.cpp (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/WallTest/WallTest.rc (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/analog/application.h (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/logger/LoggerApp.cpp (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/texture/application.h (modified) (1 diff)
- juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/wand/wandApp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/vrjuggler/test/Cluster/applicationData/applicationDataApp.cpp
r20290 r20361 24 24 * 25 25 *************** <auto-copyright.pl END do not edit this line> ***************/ 26 27 #if defined(WIN32) || defined(WIN64) 28 # include <windows.h> 29 #endif 26 30 27 31 #include <iostream> juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/WallTest/WallTest.rc
r19729 r20361 1 1 // Microsoft Visual C++ generated resource script. 2 2 // 3 #include "resource.h"4 5 3 #define APSTUDIO_READONLY_SYMBOLS 6 4 ///////////////////////////////////////////////////////////////////////////// juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/analog/application.h
r19913 r20361 53 53 // Gadgeteer Input devices: 54 54 #include <gadget/Type/AnalogInterface.h> 55 #include <gadget/Type/PositionInterface.h> 55 56 56 57 // texture application objects juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/logger/LoggerApp.cpp
r19913 r20361 24 24 * 25 25 *************** <auto-copyright.pl END do not edit this line> ***************/ 26 27 #if defined(WIN32) || defined(WIN64) 28 # include <windows.h> 29 #endif 26 30 27 31 #include <iostream> juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/texture/application.h
r19913 r20361 48 48 // VR juggler 49 49 #include <vpr/Util/Interval.h> 50 #include <gadget/Type/PositionInterface.h> 50 51 #include <vrj/Draw/OGL/GlApp.h> // base OpenGL application API 51 52 #include <vrj/Draw/OGL/GlContextData.h> // for OpenGL resource IDs juggler/branches/2.2/modules/vrjuggler/test/Draw/OGL/wand/wandApp.cpp
r19903 r20361 24 24 * 25 25 *************** <auto-copyright.pl END do not edit this line> ***************/ 26 27 #if defined(WIN32) || defined(WIN64) 28 # include <windows.h> 29 #endif 26 30 27 31 #include <iostream>
