OpenTTD Source 20241224-master-gf74b0cf984
|
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 |
std::string | 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 47 of file fios.cpp.
References StrNaturalCompare().