This commit is contained in:
Joel Bodenmann 2015-10-30 15:39:18 +01:00
parent ee2b82271d
commit 051b3a9acc

View file

@ -45,6 +45,7 @@ typedef int16_t coord_t;
/*===========================================================================*/
/**
* @struct point
* @brief Type for a 2D point on the screen.
*/
typedef struct point {