Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-04-05 15:39:57 +00:00
parent 51070aeef6
commit 8b3774065e
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -452,6 +452,7 @@ EIN_EXPORT BOOL __stdcall EgtSurfFrAdd( int nId1, int nId2) ;
EIN_EXPORT BOOL __stdcall EgtSurfFrSubtract( int nId1, int nId2) ;
EIN_EXPORT BOOL __stdcall EgtSurfFrIntersect( int nId1, int nId2) ;
EIN_EXPORT BOOL __stdcall EgtSurfFrOffset( int nId, double dDist, int nType) ;
EIN_EXPORT BOOL __stdcall EgtSurfTmRemoveFacet( int nId, int nFacet) ;
EIN_EXPORT BOOL __stdcall EgtSurfTmAdd( int nId1, int nId2) ;
EIN_EXPORT BOOL __stdcall EgtSurfTmSubtract( int nId1, int nId2) ;
EIN_EXPORT BOOL __stdcall EgtSurfTmIntersect( int nId1, int nId2) ;