diff options
Diffstat (limited to 'src/impl.c')
-rw-r--r-- | src/impl.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -// For pulling in implementation files of single-header libraries +/** + * @file impl.c + * @author Omniscient + * @brief Pulls in implementations of single-header libraries + * + * @copyright Copyright (c) 2024 + */ #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h"
\ No newline at end of file |