![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "RankManager.h"
#include "IniFile.h"
#include "Protocol/MojangAPI.h"
#include "ClientHandle.h"
Go to the source code of this file.
Classes | |
class | cRankManagerIniMigrator |
Migrates from groups.ini and users.ini into the rankmanager DB. More... | |
struct | cRankManagerIniMigrator::sGroup |
Container for a group read from an INI file. More... | |
struct | cRankManagerIniMigrator::sUser |
Container for a single user read from an INI file. More... | |