mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
18 lines
216 B
C++
18 lines
216 B
C++
#ifndef _FTGL_Demo_FTGLDemo_h_
|
|
#define _FTGL_Demo_FTGLDemo_h_
|
|
|
|
#include "FTGLCtrl.h"
|
|
|
|
class FTGLDemo : public TopWindow
|
|
{
|
|
typedef FTGLDemo CLASSNAME;
|
|
|
|
private:
|
|
FTGLCtrl ftglCtrl;
|
|
|
|
public:
|
|
FTGLDemo();
|
|
};
|
|
|
|
|
|
#endif
|