mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-19 10:03:24 +08:00
15 lines
332 B
C++
Executable File
15 lines
332 B
C++
Executable File
// 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
|