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

#include "model.h"

extern const setting_kind_info string_kind;

#endif