summaryrefslogtreecommitdiff
path: root/src/DRAWEXE/DRAWEXE.cxx
blob: f2519e0e94a023f0efb715726c53a8e04569daa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// File:	DRAWEXE.cxx
// Created:	Mon Aug 11 14:39:50 2003
// Author:	Sergey ZARITCHNY <szy@opencascade.com>
// Copyright:	Open CASCADE S.A. 2003

#include <Draw.hxx>
#include <DBRep.hxx>
#include <DrawTrSurf.hxx>

//=======================================================================
//function : Draw_InitAppli
//purpose  : 
//=======================================================================

void Draw_InitAppli (Draw_Interpretor& di)
{
  Draw::Commands (di);
  DBRep::BasicCommands (di);
  DrawTrSurf::BasicCommands (di);
}

#include <Draw_Main.hxx>
DRAW_MAIN