2019-10-08 13:03:13 +03:00

11 lines
205 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define LOCAL_SNAKE_SERVER "127.0.0.1"
#define DEFAULT_SNAKE_PORT 7777
#define MAX_SIZE 100
#define MIN_SIZE 1
#endif // CONFIG_H