summaryrefslogtreecommitdiff
path: root/src/main.h
blob: 731a508cd39ceac58b5189a0f8b5c23d9d5f0416 (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 = 800, win_height = 600;

#endif