Files
mlpack/CMake/stb/b.cpp
T
2022-04-16 16:20:14 +01:00

16 lines
347 B
C++

#include "b.hpp"
// Include the static implementation of all STB functions.
#define STB_IMAGE_STATIC
#define STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_WRITE_STATIC
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image.h>
#include <stb_image_write.h>
void B::B()
{
// Do nothing, just to check if the STB library is a working version.
}