X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_water.h;h=b45ee3a260ab351b783544234a386026e7ccc899;hb=refs%2Fheads%2Frigidbody;hp=ae7a6963a967fa8c9097c59b30f07043ad0620e7;hpb=5d5d5f394cbe2212769bc58a70fa622b4ed46205;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_water.h b/world_water.h index ae7a696..b45ee3a 100644 --- a/world_water.h +++ b/world_water.h @@ -11,11 +11,10 @@ struct world_water{ GLuint tex_water_surf; } static world_water; -VG_STATIC void world_water_init(void); +static void world_water_init(void); -VG_STATIC void water_set_surface( world_instance *world, float height ); -VG_STATIC void render_water_texture( world_instance *world, camera *cam, - int layer_depth ); -VG_STATIC void render_water_surface( world_instance *world, camera *cam ); +static void water_set_surface( world_instance *world, float height ); +static void render_water_texture( world_instance *world, camera *cam ); +static void render_water_surface( world_instance *world, camera *cam ); #endif /* WATER_H */