diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-06 00:56:58 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-06 00:56:58 -0500 |
| commit | fed89352d1c9870bb34cbc1a65c3a8d3043086f9 (patch) | |
| tree | 2da96991f563c37db3ac0e9b2220f1b7f84c81a9 /src/modinfo.h | |
| parent | 74dd2bb914a1f2a31506c3544b6ee198f65e2b6b (diff) | |
Changes to allow plugin loading in the mod info dialog (and rename SE)
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index d00c04e7..1ceb8e1f 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -599,6 +599,7 @@ protected: ModInfo();
static void updateIndices();
+ static bool ByName(const ModInfo::Ptr &LHS, const ModInfo::Ptr &RHS);
private:
|
