hydrobricks
Loading...
Searching...
No Matches
ContentTypes.h
1#ifndef HYDROBRICKS_FLUX_TYPES_H
2#define HYDROBRICKS_FLUX_TYPES_H
3
4#include "Includes.h"
5
12ContentType ContentTypeFromString(const string& typeStr);
13
20string ContentTypeToString(ContentType type);
21
27vector<string> GetValidContentTypes();
28
34string GetContentTypeSuggestions();
35
36#endif // HYDROBRICKS_FLUX_TYPES_H