Symphony Of Empires
texture.cpp File Reference
#include <algorithm>
#include <cassert>
#include <SDL_ttf.h>
#include "eng3d/texture.hpp"
#include "eng3d/framebuffer.hpp"
#include "eng3d/utils.hpp"
#include "eng3d/state.hpp"
#include "eng3d/log.hpp"
#include "eng3d/stb_image_write.h"
Include dependency graph for texture.cpp:

Go to the source code of this file.

Macros

#define STB_IMAGE_WRITE_STATIC   1
 
#define STB_IMAGE_WRITE_IMPLEMENTATION   1
 

Macro Definition Documentation

◆ STB_IMAGE_WRITE_IMPLEMENTATION

#define STB_IMAGE_WRITE_IMPLEMENTATION   1

Definition at line 346 of file texture.cpp.

◆ STB_IMAGE_WRITE_STATIC

#define STB_IMAGE_WRITE_STATIC   1

Definition at line 345 of file texture.cpp.