blob: 369a03180aa626d01eacc7072c620082e26a52c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef STRUCTUREMANAGER_PXX_INCLUDED
#define STRUCTUREMANAGER_PXX_INCLUDED
//static Standard_Boolean Initialisation = Standard_True;
#define StructureManager_MAX 100
//static int StructureManager_ArrayId[StructureManager_MAX];
//static Standard_Integer StructureManager_CurrentId = 0;
#endif
|