aboutsummaryrefslogtreecommitdiff
path: root/sokol_args.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_args.h
parentfad0bf816dd94b8f55a8aa85b1746cce752589e2 (diff)
document SOKOL_API_DECL (these macros are still valid)
Diffstat (limited to 'sokol_args.h')
-rw-r--r--sokol_args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_args.h b/sokol_args.h
index 68504d4b..9695c987 100644
--- a/sokol_args.h
+++ b/sokol_args.h
@@ -16,6 +16,7 @@
SOKOL_CALLOC(n,s) - your own calloc() implementation (default: calloc(n,s))
SOKOL_FREE(p) - your own free() implementation (default: free(p))
SOKOL_ARGS_API_DECL - public function declaration prefix (default: extern)
+ SOKOL_API_DECL - same as SOKOL_ARGS_API_DECL
SOKOL_API_IMPL - public function implementation prefix (default: -)
If sokol_args.h is compiled as a DLL, define the following before