Allow disabling of notifications

This commit is contained in:
Eyal Sawady 2020-10-22 13:52:23 -04:00
parent c0319a5ed2
commit 6fc27a322a
No known key found for this signature in database
GPG Key ID: 604D3459E53A9952
1 changed files with 2 additions and 0 deletions

2
main.c
View File

@ -23,7 +23,9 @@
#define MIN_NAME 2
#define MAX_NAME 10
#ifndef MOVEMENT_NOTIFICATIONS
#define MOVEMENT_NOTIFICATIONS 1
#endif
enum game_stage {
STAGE_LOBBY,