Util.hpp
Go to the documentation of this file.
1 
18 #pragma once
19 
20 #include <string>
21 
22 namespace ISM
23 {
24  void printRed(std::string text);
25  void printGreen(std::string text);
26  void printYellow(std::string text);
27  void printBlue(std::string text);
28 }
void printYellow(std::string text)
Definition: Util.cpp:33
void printRed(std::string text)
Definition: Util.cpp:25
void printBlue(std::string text)
Definition: Util.cpp:37
void printGreen(std::string text)
Definition: Util.cpp:29
this namespace contains all generally usable classes.


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:41