refactor (reduction)
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_skateshop.h
index e12edb10de9830352fdaf3e4f99280d1ee9914a0..386602170fd091a26dace1038273afda66f960aa 100644 (file)
@@ -41,7 +41,7 @@ struct{
 }
 static global_skateshop={.render={.reg_id=0xffffffff,.world_reg=0xffffffff}};
 
-VG_STATIC void ent_skateshop_preupdate( ent_skateshop *shop, int active );
-VG_STATIC void skateshop_render( ent_skateshop *shop );
+static void ent_skateshop_preupdate( ent_skateshop *shop, int active );
+static void skateshop_render( ent_skateshop *shop );
 
 #endif /* ENT_SKATESHOP_H */