engineer-thesis-WUT/Engine/engine/misc.hpp

7 lines
137 B
C++

// "Copyright [2023] <Krzysztof Rudnicki>"
#ifndef MISC_HPP
#define MISC_HPP
#include <iostream>
void print(const std::string s);
#endif