aboutsummaryrefslogtreecommitdiff
path: root/sokol_glue.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2020-11-28 14:56:34 +0100
committerAndre Weissflog <floooh@gmail.com>2020-11-28 14:58:33 +0100
commit900df0ee04e4c0b9db7a5b2352c69a645394aa08 (patch)
treeb264953e4d9ba3b4acec882cc76cef174a4670ad /sokol_glue.h
parentfad0bf816dd94b8f55a8aa85b1746cce752589e2 (diff)
document SOKOL_API_DECL (these macros are still valid)
Diffstat (limited to 'sokol_glue.h')
-rw-r--r--sokol_glue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_glue.h b/sokol_glue.h
index b6e949ec..7219b5c1 100644
--- a/sokol_glue.h
+++ b/sokol_glue.h
@@ -13,6 +13,7 @@
SOKOL_ASSERT(c) - your own assert macro (default: assert(c))
SOKOL_GLUE_API_DECL - public function declaration prefix (default: extern)
+ SOKOL_API_DECL - same as SOKOL_GLUE_API_DECL
SOKOL_API_IMPL - public function implementation prefix (default: -)
If sokol_glue.h is compiled as a DLL, define the following before