v1.1.7 moved board info to board.h
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
#include "./utils/utils.h"
|
||||
#include "./snake/snake.h"
|
||||
#include "./board/board.h"
|
||||
#include "globals.h"
|
||||
|
||||
const char* VERSION = "1.1.6";
|
||||
const char* VERSION = "1.1.7";
|
||||
|
||||
const char SNAKE_VIS = '#';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user