X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Displayable%2FINC%2FPanel_A.h;fp=WCudaMSE%2FAPI_Bilat_Displayable%2FINC%2FPanel_A.h;h=b64a639f49cf09ed9f967927579ec4f305aca02b;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Displayable/INC/Panel_A.h b/WCudaMSE/API_Bilat_Displayable/INC/Panel_A.h new file mode 100755 index 0000000..b64a639 --- /dev/null +++ b/WCudaMSE/API_Bilat_Displayable/INC/Panel_A.h @@ -0,0 +1,31 @@ +#ifndef PANEL_A_H +#define PANEL_A_H + +#include "envBilatDisplayable.h" +#include "TextRenderer_A.h" +#include "FontLoader_A.h" + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +class CBI_DISPLAYABLE Panel_A + { + public: + virtual ~Panel_A(){} + + virtual TextRenderer_A* getTextRenderer() =0; + + virtual FontLoader_A* getFontLoader() =0; + + }; + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/