X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_water.h;h=7ff9af57ddf6ec34eccf6773a382debc99a46057;hb=refs%2Fheads%2Fmaster;hp=b45ee3a260ab351b783544234a386026e7ccc899;hpb=d171c9ad5de05c9ac8563fcf9f23760b93fb50f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_water.h b/world_water.h deleted file mode 100644 index b45ee3a..0000000 --- a/world_water.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2021-2023 Mt.ZERO Software, Harry Godden - All Rights Reserved - */ - -#ifndef WATER_H -#define WATER_H - -#include "world.h" - -struct world_water{ - GLuint tex_water_surf; -} -static world_water; -static void world_water_init(void); - -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 */