X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=respawn.h;h=fed65fd36921772984e4ba981d72b195a8a5f081;hb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;hp=002ffffa59c1fe7375c9c7dd0f811b0c191c7d22;hpb=a5cdfe2fc872f03c7988d63498abb7e7827325c1;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/respawn.h b/respawn.h index 002ffff..fed65fd 100644 --- a/respawn.h +++ b/respawn.h @@ -19,7 +19,7 @@ static const char *respawn_homes[][2] = { { "world_select", "World Selector" }, }; -VG_STATIC void respawn_begin_chooser(void); -VG_STATIC void respawn_chooser_shader_uniforms(void); +static void respawn_begin_chooser(void); +static void respawn_chooser_shader_uniforms(void); #endif /* RESPAWN_H */