ultimatepp/rainbow/SDLGLDraw/SDLGLDraw.h
cxl f0e42f8693 reorganizing repo
git-svn-id: svn://ultimatepp.org/upp/trunk@9214 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-22 19:53:58 +00:00

19 lines
337 B
C++

#ifndef _SDLGLDraw_SDLGLDraw_h
#define _SDLGLDraw_SDLGLDraw_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <SDLGLDraw/SDLGLDraw.lay>
#include <CtrlCore/lay.h>
class SDLGLDraw : public TopWindow {
public:
virtual void Paint(Draw& w);
typedef SDLGLDraw CLASSNAME;
SDLGLDraw();
};
#endif