8 lines
84 B
C
8 lines
84 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define DEFAULT_WIDTH 600
|
|
#define FPS 60
|
|
|
|
#endif
|