small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_skateshop.h
index 23e43c07fb2f6196eaa2b5cfca78822ccd556431..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 );
-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 */