mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
15 lines
227 B
C++
15 lines
227 B
C++
#ifndef _agg_upp_bind_AggCtrl_h_
|
|
#define _agg_upp_bind_AggCtrl_h_
|
|
|
|
#include "agg_upp_bind.h"
|
|
|
|
class AggCtrl : public ParentCtrl {
|
|
ImageBuffer uibuf;
|
|
public:
|
|
|
|
typedef AggCtrl CLASSNAME;
|
|
AggCtrl();
|
|
~AggCtrl() {;}
|
|
};
|
|
|
|
#endif
|