force a reload
This commit is contained in:
@@ -79,6 +79,12 @@ namespace aman {
|
||||
*/
|
||||
EuroScopePlugIn::CRadarScreen* OnRadarScreenCreated(const char* displayName, bool needsRadarContent, bool geoReferenced,
|
||||
bool canBeSaved, bool canBeCreated) override;
|
||||
/**
|
||||
* @brief Called as soon as a controller writes down a command
|
||||
* @param[in] cmdline The commandline
|
||||
* @return True if the command was parsed, else false
|
||||
*/
|
||||
bool OnCompileCommand(const char* cmdline) override;
|
||||
/**
|
||||
* @brief Called as soon as a function is triggered
|
||||
* @param[in] functionId The triggered ID
|
||||
|
||||
Reference in New Issue
Block a user