f2519e0e94a023f0efb715726c53a8e04569daa8
[occt.git] / src / DRAWEXE / DRAWEXE.cxx
1 // File:        DRAWEXE.cxx
2 // Created:     Mon Aug 11 14:39:50 2003
3 // Author:      Sergey ZARITCHNY <szy@opencascade.com>
4 // Copyright:   Open CASCADE S.A. 2003
5
6 #include <Draw.hxx>
7 #include <DBRep.hxx>
8 #include <DrawTrSurf.hxx>
9
10 //=======================================================================
11 //function : Draw_InitAppli
12 //purpose  : 
13 //=======================================================================
14
15 void Draw_InitAppli (Draw_Interpretor& di)
16 {
17   Draw::Commands (di);
18   DBRep::BasicCommands (di);
19   DrawTrSurf::BasicCommands (di);
20 }
21
22 #include <Draw_Main.hxx>
23 DRAW_MAIN