summaryrefslogtreecommitdiff
path: root/src/user/settings/color_kind.h
blob: b5a12c81a50db0019b8a920670787451ea574f6e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef COLOR_KIND_H
#define COLOR_KIND_H

#include "model.h"

extern const setting_kind_info color_kind;

#endif