aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2021-02-13 13:58:38 +0100
committerAndre Weissflog <floooh@gmail.com>2021-02-13 13:58:38 +0100
commiteb881913cb629c963f4de2a4bcd4086625cb6a40 (patch)
tree459286f8758a2e911794db0876e6a5def456b7aa
parent1ddb55b177ab64667d389715717fa15c4170b962 (diff)
sokol_nuklear.h: add a note about the implementation not supporting to be compiled in C++
-rw-r--r--util/sokol_nuklear.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/sokol_nuklear.h b/util/sokol_nuklear.h
index e5c11423..8f7ad76f 100644
--- a/util/sokol_nuklear.h
+++ b/util/sokol_nuklear.h
@@ -57,6 +57,10 @@
nuklear.h
+ NOTE: Unlike most other sokol-headers, the implementation must be compiled
+ as C, compiling as C++ isn't supported. The interface is callable
+ from C++ of course.
+
FEATURE OVERVIEW:
=================