aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/sys_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/sys_options.h')
-rw-r--r--src/gdisp/sys_options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdisp/sys_options.h b/src/gdisp/sys_options.h
index f3d8875d..98be1a46 100644
--- a/src/gdisp/sys_options.h
+++ b/src/gdisp/sys_options.h
@@ -102,6 +102,14 @@
#define GDISP_NEED_ELLIPSE FALSE
#endif
/**
+ * @brief Are arc sector functions needed.
+ * @details Defaults to FALSE
+ * @note Uses integer algorithms only. It does not use any trig or floating point.
+ */
+ #ifndef GDISP_NEED_ARCSECTORS
+ #define GDISP_NEED_ARCSECTORS FALSE
+ #endif
+ /**
* @brief Are arc functions needed.
* @details Defaults to FALSE
* @note This can be compiled using fully integer mathematics by