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

9 lines
214 B
C++
Raw Normal View History

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