#ifndef MAIN_H_
#define MAIN_H_

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

int win_width = 800, win_height = 600;

#endif