mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-19 00:55:38 -04:00
10 lines
155 B
C++
Executable File
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
|