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

#include <stdio.h>

int win_width = 800, win_height = 600;

#endif