|
OpenTTD Source 20251116-master-g21329071df
|
Deals with finding savegames. More...
#include <fios.h>
Public Member Functions | |
| bool | operator< (const FiosItem &other) const |
| Compare two FiosItem's. | |
Data Fields | |
| FiosType | type |
| int64_t | mtime |
| EncodedString | title |
| std::string | name |
| bool FiosItem::operator< | ( | const FiosItem & | other | ) | const |
Compare two FiosItem's.
Used with sort when sorting the file list.
| other | The FiosItem to compare to. |
Definition at line 48 of file fios.cpp.
References EncodedString::GetDecodedString(), and StrNaturalCompare().
| EncodedString FiosItem::title |