7 lines
103 B
C
7 lines
103 B
C
#ifndef __DEFINE__
|
|
#define __DEFINE__
|
|
|
|
#define WINDOW_WIDTH 700
|
|
#define WINDOW_HEIGHT 400
|
|
|
|
#endif |