dino/config.h
2024-03-07 02:02:03 +03:00

8 lines
84 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define DEFAULT_WIDTH 600
#define FPS 60
#endif