summaryrefslogtreecommitdiff
path: root/inc/Draw_CommandFunction.hxx
blob: 10d8fbc968cb535fa9f0ba2f7d68db75548f2631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// File:	Draw_CommandFunction.hxx
// Created:	Thu Feb 23 17:59:38 1995
// Author:	Remi LEQUETTE
//		<rle@bravox>


#ifndef _Draw_CommandFunction_HeaderFile
#define _Draw_CommandFunction_HeaderFile

class Draw_Interpretor;

typedef Standard_Integer (*Draw_CommandFunction)(Draw_Interpretor&, Standard_Integer, const char**);

#endif