pretty-automata/src/rule_presets.h

12 lines
244 B
C++

#ifndef SHADER_AUTOMATON_RULE_PRESETS_H
#define SHADER_AUTOMATON_RULE_PRESETS_H
#include <map>
#include <string>
#include "options.h"
extern const std::map<std::string, AutomatonRule> rule_presets;
#endif // SHADER_AUTOMATON_RULE_PRESETS_H