mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
7 lines
170 B
C++
7 lines
170 B
C++
#include "ModrinthModel.h"
|
|
|
|
namespace Modrinth {
|
|
|
|
const char* ListModel::sorts[5] { "relevance", "downloads", "follows", "updated", "newest" };
|
|
|
|
} // namespace Modrinth
|