aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmisc/gmisc_options.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-11-14 17:54:41 +0100
committerJoel Bodenmann <joel@embedded.pro>2016-11-14 17:59:16 +0100
commit152e7e7e26beb4fb3db123a5f49dae7025737666 (patch)
tree86e42637064b680b587b844657ebba4198a30c43 /src/gmisc/gmisc_options.h
parent7f79b89eda65e2529128710168a5b1de431ff7f0 (diff)
downloaduGFX-152e7e7e26beb4fb3db123a5f49dae7025737666.tar.gz
uGFX-152e7e7e26beb4fb3db123a5f49dae7025737666.tar.bz2
uGFX-152e7e7e26beb4fb3db123a5f49dae7025737666.zip
Adding gmiscHittestPoly()
Diffstat (limited to 'src/gmisc/gmisc_options.h')
-rw-r--r--src/gmisc/gmisc_options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gmisc/gmisc_options.h b/src/gmisc/gmisc_options.h
index 7f175fd7..5dce4d94 100644
--- a/src/gmisc/gmisc_options.h
+++ b/src/gmisc/gmisc_options.h
@@ -48,6 +48,13 @@
#ifndef GMISC_NEED_INVSQRT
#define GMISC_NEED_INVSQRT FALSE
#endif
+ /**
+ * @brief Include polygon hit test functions
+ * @details Defaults to FALSE
+ */
+ #ifndef GMISC_NEED_HITTEST_POLY
+ #define GMISC_NEED_HITTEST_POLY FALSE
+ #endif
/**
* @}
*