diff options
| author | iamcheeseman <[hidden email]> | 2026-03-01 12:18:17 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-03-01 12:18:17 -0500 |
| commit | a22baf4ba2ab78dfe0c5bbd74c9f6fef5aa35f5d (patch) | |
| tree | c8cce7bd31bcfc253ef493c1d455ea7bc98c8f59 /src/tsar.h | |
| parent | dda4c526300989b6a798952f15a3b78c7c15208b (diff) | |
Allow changing values at runtime
Diffstat (limited to 'src/tsar.h')
| -rw-r--r-- | src/tsar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tsar.h b/src/tsar.h new file mode 100644 index 0000000..1c9e60b --- /dev/null +++ b/src/tsar.h @@ -0,0 +1,6 @@ +#ifndef TSAR_H +#define TSAR_H + +void load_font(const char* font_name); + +#endif |
