diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-08 13:02:17 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-08 13:02:17 +0100 |
| commit | 8ebb84ad1e04904192bc3cd76281528a2f8cbd74 (patch) | |
| tree | 60812c58ac0a374ea0ed7da15b9c2e613a496cb6 /src/tilde | |
| parent | f0e77a309d2c1f93cabb2948ae3eefd31b7c1e31 (diff) | |
Basic global struct example
Diffstat (limited to 'src/tilde')
| -rw-r--r-- | src/tilde/tb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilde/tb.h b/src/tilde/tb.h index 2604da5c3..886a535ee 100644 --- a/src/tilde/tb.h +++ b/src/tilde/tb.h @@ -632,7 +632,7 @@ struct TB_Arena { }; // allocates in 16MiB chunks and does linear allocation in 'em -TB_Arena* tb_default_arena(void); +TB_API TB_Arena* tb_default_arena(void); //////////////////////////////// // Module management |