diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-05-15 20:25:35 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-05-15 20:25:35 +0200 |
| commit | bf6beae7cb04250d1a3f7b137232c2824c31d849 (patch) | |
| tree | 48c0ca6a79e73b58e28b8f98e5ef1a2f940eb70f /sokol_time.h | |
| parent | b0ad2e9426bcfeb24bca912757f509dfcc0a5c6e (diff) | |
added a project URL to the docs-comment block of all headers
Diffstat (limited to 'sokol_time.h')
| -rw-r--r-- | sokol_time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sokol_time.h b/sokol_time.h index a1c8bdd0..1c42bab1 100644 --- a/sokol_time.h +++ b/sokol_time.h @@ -2,6 +2,8 @@ /* sokol_time.h -- simple cross-platform time measurement + Project URL: https://github.com/floooh/sokol + Do this: #define SOKOL_IMPL before you include this file in *one* C or C++ file to create the |