summaryrefslogtreecommitdiffhomepage
path: root/src/rodeo_internal.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-04-12 19:18:59 -0400
committerrealtradam <[email protected]>2023-04-12 19:18:59 -0400
commitf250a4090cf4d535a163388fb5faea5ff1ce48e4 (patch)
treeabccaee35e10fb05ec06f621ea14adf598ff53cc /src/rodeo_internal.h
parent231185997aef8b675033cf1a32db79e140bcef06 (diff)
downloadRodeoKit-f250a4090cf4d535a163388fb5faea5ff1ce48e4.tar.gz
RodeoKit-f250a4090cf4d535a163388fb5faea5ff1ce48e4.zip
remove string wrapper, use STC directly instead
Diffstat (limited to 'src/rodeo_internal.h')
-rw-r--r--src/rodeo_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rodeo_internal.h b/src/rodeo_internal.h
index 6e60314..057f2ae 100644
--- a/src/rodeo_internal.h
+++ b/src/rodeo_internal.h
@@ -19,7 +19,7 @@ void
irodeo_render_buffer_transient_alloc(void);
bgfx_shader_handle_t
-irodeo_shader_load(const rodeo_string_t path);
+irodeo_shader_load(const cstr path);
void
irodeo_random_seed_set(stc64_t seed);