11 lines
169 B
C
Raw Normal View History

#ifndef MAIN_H
#define MAIN_H
#define W_WINDOW 930
#define H_WINDOW 710
#define W_GAME 900
#define H_GAME 600
#define T_PIXEL 15
#define DECALEMENT 30
#endif