diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-16 01:55:38 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-16 01:59:35 -0400 |
| commit | 234fb5416e3008544c7a1755d9e26d1d3d5a0549 (patch) | |
| tree | 7f159d4d2039e9d14274c7c97649092648c229aa /graphics.h | |
| parent | ce56d992214dfe793186f614d1759cd2ba061ad4 (diff) | |
texture don't worky
Diffstat (limited to 'graphics.h')
| -rw-r--r-- | graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,4 +6,6 @@ bool init_gl(client_state* state); void render_frame(client_state* state); +void initTextBuffer(client_state* state, text_buffer_t* buffer, char* text, size_t text_len); + #endif |
