diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-20 10:45:59 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 03:06:59 -0400 |
| commit | e4dcdb01ac2e3f99fea76b21e1acfd21d0de89c7 (patch) | |
| tree | a5112b6d33a7e82d63c97a20f8a02be90bb15473 /src/loadmechanism.h | |
| parent | 55eafd62dd3c96f363cde4537061e7f03ae8fd0a (diff) | |
split workarounds tab
Diffstat (limited to 'src/loadmechanism.h')
| -rw-r--r-- | src/loadmechanism.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/loadmechanism.h b/src/loadmechanism.h index c04473ab..51fefaf9 100644 --- a/src/loadmechanism.h +++ b/src/loadmechanism.h @@ -68,21 +68,21 @@ public: *
* @return true if the load mechanism is supported
**/
- bool isDirectLoadingSupported();
+ bool isDirectLoadingSupported() const;
/**
* @brief test whether the "Script Extender" load mechanism is supported for the current game
*
* @return true if the load mechanism is supported
**/
- bool isScriptExtenderSupported();
+ bool isScriptExtenderSupported() const;
/**
* @brief test whether the "Proxy DLL" load mechanism is supported for the current game
*
* @return true if the load mechanism is supported
**/
- bool isProxyDLLSupported();
+ bool isProxyDLLSupported() const;
private:
|
