Files
cgraphics/config.h
2022-06-09 19:10:47 +02:00

15 lines
180 B
C

#ifndef CONFIG_H_
#define CONFIG_H_
#define ON '#'
#define OFF ' '
#define HEIGHT 100
#define WIDTH 100
#define FRAMERATE 60
#define GRAVITY 15.0f
#define LINENUMBERS 0
#endif