diff options
Diffstat (limited to 'include/mesh.h')
-rw-r--r-- | include/mesh.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/mesh.h b/include/mesh.h index 24aec26..e3b5c39 100644 --- a/include/mesh.h +++ b/include/mesh.h @@ -1,9 +1,13 @@ -/** @file Defines the honey_mesh struct and related basic mesh functions. -*/ - #ifndef HONEY_MESH_H #define HONEY_MESH_H +/** @file mesh.h + * + * @brief Defines the honey_mesh struct and related basic mesh functions. +*/ + + + #include "common.h" #include "shader.h" |