Kohi Game Engine
|
Go to the source code of this file.
Data Structures | |
struct | water_plane_vertex |
struct | water_plane |
Typedefs | |
typedef struct water_plane_vertex | water_plane_vertex |
typedef struct water_plane | water_plane |
Functions | |
KAPI b8 | water_plane_create (water_plane *out_plane) |
KAPI void | water_plane_destroy (water_plane *plane) |
KAPI b8 | water_plane_initialize (water_plane *plane) |
KAPI b8 | water_plane_load (water_plane *plane) |
KAPI b8 | water_plane_unload (water_plane *plane) |
KAPI b8 | water_plane_update (water_plane *plane) |
typedef struct water_plane water_plane |
typedef struct water_plane_vertex water_plane_vertex |
KAPI b8 water_plane_create | ( | water_plane * | out_plane | ) |
KAPI void water_plane_destroy | ( | water_plane * | plane | ) |
KAPI b8 water_plane_initialize | ( | water_plane * | plane | ) |
KAPI b8 water_plane_load | ( | water_plane * | plane | ) |
KAPI b8 water_plane_unload | ( | water_plane * | plane | ) |
KAPI b8 water_plane_update | ( | water_plane * | plane | ) |