|
sculpto
|
#include <window.h>
Public Member Functions | |
| data ()=default | |
| data (const data &Other)=default | |
| data (int Width, int Height, const std::string &Title) | |
Public Attributes | |
| int | Width |
| int | Height |
| std::string | Title |
Abstract, platform independent window data.
Window consfig data structure.
|
default |
Constructors
|
default |
|
inline |