Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Displayable / INC / Panel_A.h
1 #ifndef PANEL_A_H
2 #define PANEL_A_H
3
4 #include "envBilatDisplayable.h"
5 #include "TextRenderer_A.h"
6 #include "FontLoader_A.h"
7
8 /*----------------------------------------------------------------------*\
9 |* Declaration *|
10 \*---------------------------------------------------------------------*/
11
12 /*--------------------------------------*\
13 |* Public *|
14 \*-------------------------------------*/
15
16 class CBI_DISPLAYABLE Panel_A
17 {
18 public:
19 virtual ~Panel_A(){}
20
21 virtual TextRenderer_A* getTextRenderer() =0;
22
23 virtual FontLoader_A* getFontLoader() =0;
24
25 };
26
27 #endif
28
29 /*----------------------------------------------------------------------*\
30 |* End *|
31 \*---------------------------------------------------------------------*/