summaryrefslogtreecommitdiff
path: root/src/main.h
blob: 0e843b34b8ca0ff94441f992ae65b934d90dc06e (plain)
1
2
3
4
5
6
7
8
9
#ifndef MAIN_H_
#define MAIN_H_

#include <stdbool.h>
#include <stdio.h>

int win_width = 1024, win_height = 768;

#endif