EgtMachKernel 1.6x6 :
- aggiunta MachMgr::GetHeadExitCount.
This commit is contained in:
@@ -53,6 +53,7 @@ class Machine
|
||||
{ int nId = GetGroup( sHead) ;
|
||||
return ( IsHeadGroup( nId) ? nId : GDB_ID_NULL) ; }
|
||||
bool SetLook( int nFlag) ;
|
||||
int GetHeadExitCount( const std::string& sHead) const ;
|
||||
bool LoadTool( const std::string& sHead, int nExit, const std::string& sTool) ;
|
||||
bool GetLoadedTool( const std::string& sHead, int nExit, std::string& sTool) const ;
|
||||
bool UnloadTool( const string& sHead, int nExit) ;
|
||||
|
||||
Reference in New Issue
Block a user