Include :

- aggiornamento prototipi
- aggiunte costanti per morse.
This commit is contained in:
Dario Sassi
2024-10-31 18:25:39 +01:00
parent a9b4243c08
commit b6799c548c
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -1082,6 +1082,7 @@ EXE_EXPORT int ExeGetNextFixture( int nFxtId) ;
EXE_EXPORT bool ExeMoveFixture( int nFxtId, const Vector3d& vtMove) ;
EXE_EXPORT bool ExeRotateFixture( int nFxtId, double dDeltaAngDeg) ;
EXE_EXPORT bool ExeMoveFixtureMobile( int nFxtId, double dDeltaMove) ;
EXE_EXPORT bool ExeSetFixtureMobile( int nFxtId, double dMove) ;
// Tools Database
EXE_EXPORT bool ExeTdbGetToolNewName( std::string& sName) ;
EXE_EXPORT bool ExeTdbAddTool( const std::string& sName, int nType) ;