From: Markus R. <rol...@us...> - 2007-02-23 19:21:23
|
Update of /cvsroot/simspark/simspark/spark/kerosin/textureserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5018/textureserver Modified Files: Tag: WIN32 texture.cpp texture2d.cpp Log Message: - use openglwrapper.h Index: texture.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/textureserver/texture.cpp,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** texture.cpp 16 Feb 2007 15:40:49 -0000 1.1.2.1 --- texture.cpp 23 Feb 2007 19:21:10 -0000 1.1.2.2 *************** *** 21,25 **** */ #include "texture.h" ! #include "../openglserver/openglserver.h" using namespace boost; --- 21,25 ---- */ #include "texture.h" ! #include <kerosin/openglserver/openglwrapper.h> using namespace boost; Index: texture2d.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/kerosin/textureserver/texture2d.cpp,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** texture2d.cpp 16 Feb 2007 15:40:49 -0000 1.1.2.1 --- texture2d.cpp 23 Feb 2007 19:21:10 -0000 1.1.2.2 *************** *** 21,25 **** */ #include "texture2d.h" ! #include <kerosin/openglserver/openglserver.h> #include <kerosin/imageserver/image.h> --- 21,25 ---- */ #include "texture2d.h" ! #include <kerosin/openglserver/openglwrapper.h> #include <kerosin/imageserver/image.h> |