mirror of
https://github.com/anope/anope.git
synced 2026-07-09 11:13:13 +02:00
Add defines for the core serialisation type names.
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
#include "anope.h"
|
||||
#include "base.h"
|
||||
|
||||
/** Names of serialization types implemented in the core. */
|
||||
#define AUTOKICK_TYPE "AutoKick"
|
||||
#define BOTINFO_TYPE "BotInfo"
|
||||
#define CHANACCESS_TYPE "ChanAccess"
|
||||
#define CHANNELINFO_TYPE "ChannelInfo"
|
||||
#define MEMO_TYPE "Memo"
|
||||
#define NICKALIAS_TYPE "NickAlias"
|
||||
#define NICKCORE_TYPE "NickCore"
|
||||
#define XLINE_TYPE "XLine"
|
||||
|
||||
namespace Serialize
|
||||
{
|
||||
enum class DataType
|
||||
|
||||
Reference in New Issue
Block a user