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
22#endif // HYDROBRICKS_FLUX_TYPES_H