Minor Update:

- Add GetAddress() to CApplciation
- Call GetAddress() from GetHandleAddress() is SelectableCore
- Correct "Name" overload in SelectableCore->Init()
This commit is contained in:
Charl Wentzel
2019-09-08 10:01:38 +02:00
parent aa86837e93
commit c2c08c527c
4 changed files with 32 additions and 21 deletions

View File

@@ -102,6 +102,8 @@ public:
CFunctionCore * AddFunction( const char * Type, const char * Name );
CFunctionCore * GetFunction( const char * Name );
CDataMember * GetAddress( const char * SearchAddress );
// Run Application
bool Run( bool TerminateOnError );
};