@@ -1,6 +1,10 @@
#include "sdlpp.hpp"
#ifdef _WIN32
#include "SDL2/SDL_image.h"
#else
#include <SDL2/SDL_image.h>
#endif
#include <iostream>
bool SDLPP::init() {
The note is not visible to the blocked user.