diff options
Diffstat (limited to 'src/window-types.hpp')
| -rw-r--r-- | src/window-types.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/window-types.hpp b/src/window-types.hpp new file mode 100644 index 0000000..3b6a19d --- /dev/null +++ b/src/window-types.hpp @@ -0,0 +1,9 @@ +#ifndef PKE_WINDOW_TYPES_HPP +#define PKE_WINDOW_TYPES_HPP + +struct PKEWindowProperties { + unsigned int width = 1280; + unsigned int height = 720; +}; + +#endif /* PKE_WINDOW_TYPES_HPP */ |
