diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-11-28 14:56:34 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-11-28 14:58:33 +0100 |
| commit | 900df0ee04e4c0b9db7a5b2352c69a645394aa08 (patch) | |
| tree | b264953e4d9ba3b4acec882cc76cef174a4670ad /sokol_fetch.h | |
| parent | fad0bf816dd94b8f55a8aa85b1746cce752589e2 (diff) | |
document SOKOL_API_DECL (these macros are still valid)
Diffstat (limited to 'sokol_fetch.h')
| -rw-r--r-- | sokol_fetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h index 4b4bb839..6b56f258 100644 --- a/sokol_fetch.h +++ b/sokol_fetch.h @@ -17,6 +17,7 @@ SOKOL_LOG(msg) - your own logging function (default: puts(msg)) SOKOL_UNREACHABLE() - a guard macro for unreachable code (default: assert(false)) SOKOL_FETCH_API_DECL - public function declaration prefix (default: extern) + SOKOL_API_DECL - same as SOKOL_FETCH_API_DECL SOKOL_API_IMPL - public function implementation prefix (default: -) SFETCH_MAX_PATH - max length of UTF-8 filesystem path / URL (default: 1024 bytes) SFETCH_MAX_USERDATA_UINT64 - max size of embedded userdata in number of uint64_t, userdata |