Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
26:676874c42883
Parent:
23:240bc00ef25b
Child:
28:35af3843de8f
--- a/game/constants.h	Wed Apr 03 12:46:04 2019 +0000
+++ b/game/constants.h	Sat Apr 06 20:13:33 2019 +0000
@@ -1,7 +1,9 @@
 #ifndef CONSTANTS_H
 #define CONSTANTS_H
 
-
+/**@brief
+  * This file containts the constants that are used accros the whole game,
+  */
 const int screen_width = 84;
 const int screen_height = 48;