Zen 0.3.0
Loading...
Searching...
No Matches
ZEN_Types.h
1#pragma once
2
3#include <SDL3/SDL_video.h>
4#include <cstdint>
5#include <sys/types.h>
6
7namespace Zen {
8 typedef struct {
9 uint32_t width;
10 uint32_t height;
11 } Size;
12}; // namespace Zen