diff --git a/code/include/example_include.hpp b/code/include/example_include.hpp new file mode 100644 index 0000000..f62204e --- /dev/null +++ b/code/include/example_include.hpp @@ -0,0 +1,7 @@ +//exmaple include hedder +#ifndef EXAMPLE_INCLUDE_HPP +#define EXAMPLE_INCLUDE_HPP + + + +#endif // EXAMPLE_INCLUDE_HPP \ No newline at end of file