b131d3b2ec
Also removes unused imports and organize the ModModel header
8 lines
188 B
C++
8 lines
188 B
C++
#include "FlameModModel.h"
|
|
|
|
namespace FlameMod {
|
|
|
|
const char* ListModel::sorts[6]{ "Featured", "Popularity", "LastUpdated", "Name", "Author", "TotalDownloads" };
|
|
|
|
} // namespace FlameMod
|