ManaPlus
Namespaces | Macros | Typedefs | Enumerations
servercommandtype.h File Reference

(986a3bf)

#include "enums/simpletypes/enumdefines.h"
#include "resources/servercommands.inc"

Go to the source code of this file.

Namespaces

 ServerCommandType
 

Macros

#define servercommandFirst(name)   name = 0,
 
#define servercommand(name)   name,
 
#define servercommand2(name1, name2)   name1,
 

Typedefs

typedef ServerCommandType ::T ServerCommandTypeT
 

Enumerations

enum  ServerCommandType::T { ServerCommandType::Max }
 

Macro Definition Documentation

◆ servercommand

#define servercommand (   name)    name,

Definition at line 28 of file servercommandtype.h.

◆ servercommand2

#define servercommand2 (   name1,
  name2 
)    name1,

Definition at line 29 of file servercommandtype.h.

◆ servercommandFirst

#define servercommandFirst (   name)    name = 0,

Definition at line 27 of file servercommandtype.h.

Typedef Documentation

◆ ServerCommandTypeT

typedef ServerCommandType ::T ServerCommandTypeT

Definition at line 36 of file servercommandtype.h.