ManaPlus
Data Structures | Macros
gamemodifiers.h File Reference

(986a3bf)

#include <string>
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  GameModifiers
 

Macros

#define declModifier(name1)
 

Macro Definition Documentation

◆ declModifier

#define declModifier (   name1)
Value:
static void change##name1(const bool forward); \
static std::string get##name1##String(); \
static const unsigned m##name1##Size; \
static const char *const m##name1##Strings[];

Definition at line 29 of file gamemodifiers.h.