aboutsummaryrefslogtreecommitdiff
path: root/sokol_args.h
diff options
context:
space:
mode:
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