Commit 27de5ab5 authored by patrikhuber's avatar patrikhuber

Changed the render_detail include guard

parent 1ff4cd40
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
*/ */
#pragma once #pragma once
#ifndef RENDERDETAIL_HPP_ #ifndef RENDER_DETAIL_HPP_
#define RENDERDETAIL_HPP_ #define RENDER_DETAIL_HPP_
#include "opencv2/core/core.hpp" #include "opencv2/core/core.hpp"
...@@ -218,4 +218,4 @@ void raster_triangle(TriangleToRasterize triangle, cv::Mat colourbuffer, cv::Mat ...@@ -218,4 +218,4 @@ void raster_triangle(TriangleToRasterize triangle, cv::Mat colourbuffer, cv::Mat
} /* namespace render */ } /* namespace render */
} /* namespace eos */ } /* namespace eos */
#endif /* RENDERDETAIL_HPP_ */ #endif /* RENDER_DETAIL_HPP_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment