Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Tuto_Image / src / cpp / core / 04_OpenGL_pure / provider / MyDisplayableProvider.h
1 #ifndef MY_DISPLAYABLE_PROVIDER_H_
2 #define MY_DISPLAYABLE_PROVIDER_H_
3
4 #include "MyDisplayable.h"
5
6
7 /*----------------------------------------------------------------------*\
8 |* Declaration *|
9 \*---------------------------------------------------------------------*/
10
11 /*--------------------------------------*\
12 |* Public *|
13 \*-------------------------------------*/
14
15 class MyDisplayableProvider
16 {
17 public:
18
19 static Displayable_A* createGL(void);
20
21 };
22
23 #endif
24
25 /*----------------------------------------------------------------------*\
26 |* End *|
27 \*---------------------------------------------------------------------*/
28