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