X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Frender_area_2d.hxx;h=646045ea4559f357ab71da22cbb1542122831577;hb=5cad5aa7da2476ca8323a61f81dea59676dca085;hp=44c5c0db2dbcc22c13b4270b5768984b82fafd5a;hpb=443f3f36546e4554dc71dc35a4d4324bf5e2c3f0;p=flightgear.git diff --git a/src/Instrumentation/render_area_2d.hxx b/src/Instrumentation/render_area_2d.hxx index 44c5c0db2..646045ea4 100644 --- a/src/Instrumentation/render_area_2d.hxx +++ b/src/Instrumentation/render_area_2d.hxx @@ -32,8 +32,8 @@ #include #include -#include #include +#include #include @@ -106,8 +106,8 @@ private: // Actual drawing routines copied from Atlas void doSetColor( const float *rgb ); - void doDrawQuad( const sgVec2 *p, const sgVec3 *normals ); - void doDrawQuad( const sgVec2 *p, const sgVec3 *normals, const sgVec4 *color ); + void doDrawQuad( const SGVec2f *p); + void doDrawQuad( const SGVec2f *p, const SGVec4f *color ); vector drawing_list;