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

7 lines
137 B
C++
Raw Normal View History

2023-03-12 16:24:48 +01:00
// "Copyright [2023] <Krzysztof Rudnicki>"
2022-09-05 20:17:25 +02:00
#ifndef MISC_HPP
#define MISC_HPP
#include <iostream>
void print(const std::string s);
#endif