3
4
5
6
7
8
9
10
11
12
15#include <pu/ui/ui_Types.hpp>
16#include <pu/sdl2/sdl2_Types.hpp>
Definition sdl2_Types.hpp:10
Definition render_Renderer.hpp:20
i32 GetTextureHeight(sdl2::Texture texture)
void DeleteTexture(sdl2::Texture &texture)
i32 GetTextureWidth(sdl2::Texture texture)
void SetAlphaValue(sdl2::Texture texture, const u8 alpha)
sdl2::Texture LoadImage(const std::string &path)
sdl2::Texture ConvertToTexture(sdl2::Surface surface)