diff options
Diffstat (limited to 'include/texture.h')
-rw-r--r-- | include/texture.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/texture.h b/include/texture.h index ee367ba..e773e62 100644 --- a/include/texture.h +++ b/include/texture.h @@ -1,7 +1,10 @@ #ifndef HONEY_TEXTURE_H #define HONEY_TEXTURE_H -/** @file Defines the honey_texture struct and associated functions. */ +/** @file texture.h + * + *@brief Defines the honey_texture struct and associated functions. +*/ #include "common.h" |