diff options
| author | Andre Weissflog <floooh@gmail.com> | 2018-10-18 11:28:04 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2018-10-18 11:28:04 +0200 |
| commit | 55ab9f768aadabdc9d8389793b313fb5e23d9fc0 (patch) | |
| tree | 4eca181cec963aa55a3b8734c59cffdff6febd27 /sokol_gfx.h | |
| parent | a909f1910d7cd0a81c6c87f03f8af504e6c7d31f (diff) | |
sokol_audio.h: SOKOL_API_DECL and SOKOL_API_IMPL macros
Diffstat (limited to 'sokol_gfx.h')
| -rw-r--r-- | sokol_gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index 67c57ad5..85cb77b7 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -37,7 +37,7 @@ SOKOL_LOG(msg) - your own logging function (default: puts(msg)) SOKOL_UNREACHABLE() - a guard macro for unreachable code (default: assert(false)) SOKOL_API_DECL - public function declaration prefix (default: extern) - SOKOL_API_IMPL - public function implementation (default: -) + SOKOL_API_IMPL - public function implementation prefix (default: -) API usage validation macros: |