diff options
Diffstat (limited to 'graphics/primitives.h')
-rw-r--r-- | graphics/primitives.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/primitives.h b/graphics/primitives.h index 6055404b96..0ab2dabcd8 100644 --- a/graphics/primitives.h +++ b/graphics/primitives.h @@ -30,4 +30,3 @@ void drawThickLine(int x0, int y0, int x1, int y1, int thickness, int color, voi } // End of namespace Graphics #endif - |