doc: fix issue. add documentation.
- fix build issue in CKTypes - add documentation for CKTypes, VTAll and VTImage.
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
|
||||
// Bad wrapper for stb image library.
|
||||
/**
|
||||
* \file
|
||||
* This file extract all stb-image implementations used by this project.
|
||||
* Because std-image is a header-only library.
|
||||
* It use macro to control whether extract implementation.
|
||||
*/
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include <stb_image.h>
|
||||
|
Reference in New Issue
Block a user