#include "a.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 #include void A::A() { // Do nothing, just to check if the STB library is a working version. }