summaryrefslogtreecommitdiff
path: root/window.h
blob: ec42b308ced8c4007276c241a38778aec74e277c (plain)
1
2
3
4
5
6
7
8
9
#ifndef window_h
#define window_h

struct window {
    i32 width;
    i32 height;
};

#endif