ManaPlus
Data Structures | Macros
dyepalette.h File Reference

(986a3bf)

#include "resources/dye/dyecolor.h"
#include "utils/vector.h"
#include "resources/dye/dyepaletteptr.h"
#include <string>
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  DyePalette
 

Macros

#define DYEPALETTE(palette, color)    ((palette).*DyePalette::funcReplace##color)
 
#define DYEPALETTEP(palette, color)    ((palette)->*DyePalette::funcReplace##color)
 

Macro Definition Documentation

◆ DYEPALETTE

#define DYEPALETTE (   palette,
  color 
)     ((palette).*DyePalette::funcReplace##color)

Definition at line 37 of file dyepalette.h.

◆ DYEPALETTEP

#define DYEPALETTEP (   palette,
  color 
)     ((palette)->*DyePalette::funcReplace##color)

Definition at line 40 of file dyepalette.h.