aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/primitives.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/primitives.h b/graphics/primitives.h
index e062efed37..2bc44d6644 100644
--- a/graphics/primitives.h
+++ b/graphics/primitives.h
@@ -27,8 +27,9 @@
namespace Graphics {
-extern void drawLine(int x0, int y0, int x1, int y1, int color, void (*plotProc)(int, int, int, void *), void *data);
+void drawLine(int x0, int y0, int x1, int y1, int color, void (*plotProc)(int, int, int, void *), void *data);
} // End of namespace Graphics
#endif
+