Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Tuto_CppTest / src / main.cpp
1 /*----------------------------------------------------------------------*\
2 |* Declaration *|
3 \*---------------------------------------------------------------------*/
4
5 /*--------------------------------------*\
6 |* Imported *|
7 \*-------------------------------------*/
8
9 extern int mainCore(void);
10 extern int mainTest(void);
11
12
13 /*----------------------------------------------------------------------*\
14 |* Implementation *|
15 \*---------------------------------------------------------------------*/
16
17 /*--------------------------------------*\
18 |* Public *|
19 \*-------------------------------------*/
20
21 int main(void)
22 {
23 //return mainCore();
24 return mainTest();
25 }
26
27 /*----------------------------------------------------------------------*\
28 |* End *|
29 \*---------------------------------------------------------------------*/
30