diff options
| author | Borislav Stanimirov <b.stanimirov@abv.bg> | 2018-11-30 01:52:26 +0200 |
|---|---|---|
| committer | Borislav Stanimirov <b.stanimirov@abv.bg> | 2018-11-30 01:55:24 +0200 |
| commit | 1c785d5e7ba8e3ed2253c81f0baac72ec03f5afb (patch) | |
| tree | a33aa0ee1847e0ec028e7020411c4d1adbb67418 /sokol_args.h | |
| parent | a6a63322a841b3fd4406e70fb56b2b07cea3f417 (diff) | |
added names to public structs and enums so they can be forward declared
Diffstat (limited to 'sokol_args.h')
| -rw-r--r-- | sokol_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_args.h b/sokol_args.h index 59b9b3f6..e8ac1e66 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -243,7 +243,7 @@ extern "C" { #endif -typedef struct { +typedef struct sargs_desc { int argc; char** argv; int max_args; |