mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-20 14:22:37 -08:00
11 lines
215 B
C
11 lines
215 B
C
#ifndef USER_LEVEL_H
|
|
#define USER_LEVEL_H
|
|
|
|
#include "pb/serverinfo_user.pb.h"
|
|
#include <QFlags>
|
|
|
|
Q_DECLARE_FLAGS(UserLevelFlags, ServerInfo_User::UserLevelFlag)
|
|
Q_DECLARE_OPERATORS_FOR_FLAGS(UserLevelFlags)
|
|
|
|
#endif
|