Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_MIMICS_RETRO_TYPES_HPP
2#define IV_SRC_MIMICS_RETRO_TYPES_HPP
3
4#include <string>
5
6namespace iv::mimics::retro
7{
8
9typedef std::string stringMimicElementType;
10
11}
12
13#endif//IV_SRC_MIMICS_RETRO_TYPES_HPP
Definition AbstractRetroMimicElement.hpp:9
std::string stringMimicElementType
Definition types.hpp:9