hydrobricks
Loading...
Searching...
No Matches
BrickTypes.h
1#ifndef HYDROBRICKS_BRICK_TYPES_H
2#define HYDROBRICKS_BRICK_TYPES_H
3
4#include "Includes.h"
5
14BrickType BrickTypeFromString(const string& typeStr);
15
21vector<string> GetValidBrickTypes();
22
28string GetBrickTypeSuggestions();
29
30#endif // HYDROBRICKS_BRICK_TYPES_H