22 #ifndef NUVIE_FILES_NUVIE_FILE_LIST_H 23 #define NUVIE_FILES_NUVIE_FILE_LIST_H 25 #include "ultima/shared/std/string.h" 26 #include "common/fs.h" 35 #define NUVIE_SORT_TIME_DESC 0x1 36 #define NUVIE_SORT_TIME_ASC 0x2 37 #define NUVIE_SORT_NAME_DESC 0x3 38 #define NUVIE_SORT_NAME_ASC 0x5 48 return (rhs.m_time < this->m_time);
51 return (lhs.m_time > rhs.m_time);
67 bool open(
const Common::Path &directory,
const char *restrict, uint8 sort_mode);
71 uint32 get_num_files()
const;
Definition: containers.h:120
Definition: detection.h:27
Definition: nuvie_file_list.h:55
Definition: nuvie_file_list.h:42
Definition: containers.h:200