Euphoria
enum.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "io/json.h"
4 
5 namespace eu::files::enums
6 {
7  struct Root
8  {
9  std::vector<std::string> names;
10  };
11 
13 }
JSON_PARSE_FUNC(Root)
Definition: enum.cc:5
std::vector< std::string > names
Definition: enum.h:9