1234567891011121314151617 |
- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2020-08-07
- * Changed: 2020-08-07
- *
- * */
- #ifndef TYPES_HPP
- #define TYPES_HPP
- namespace ls_std {
- using byte = char;
- }
- #endif
|