X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=respawn.h;h=fed65fd36921772984e4ba981d72b195a8a5f081;hb=e311bbe2fa903a7e2a922f202f389b799193195d;hp=002ffffa59c1fe7375c9c7dd0f811b0c191c7d22;hpb=f2c3e6ffba0231be14961f0149106cecbade8124;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 */