cc3dsfs/include/sfml_gfx_structs.hpp
2024-09-14 15:07:42 +02:00

10 lines
155 B
C++
Executable File

#ifndef __SFML_GFX_STRUCTS_HPP
#define __SFML_GFX_STRUCTS_HPP
struct out_rect_data {
sf::RectangleShape out_rect;
sf::RenderTexture out_tex;
};
#endif