mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
7 lines
188 B
C++
7 lines
188 B
C++
#include "FlameModModel.h"
|
|
|
|
namespace FlameMod {
|
|
|
|
const char* ListModel::sorts[6]{ "Featured", "Popularity", "LastUpdated", "Name", "Author", "TotalDownloads" };
|
|
|
|
} // namespace FlameMod
|