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

6 lines
94 B
C++
Raw Normal View History

2022-09-05 20:17:25 +02:00
#ifndef MISC_HPP
#define MISC_HPP
#include <iostream>
void print(const std::string s);
#endif