Types.hpp 292 B

1234567891011121314151617
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2020-08-07
  6. * Changed: 2020-08-07
  7. *
  8. * */
  9. #ifndef TYPES_HPP
  10. #define TYPES_HPP
  11. namespace ls_std {
  12. using byte = char;
  13. }
  14. #endif