|
|
|
@ -11,9 +11,10 @@ |
|
|
|
#if PL_CONFIG_APP_LINE_MAZE |
|
|
|
#if PL_CONFIG_APP_LINE_MAZE |
|
|
|
#include "Turn.h" |
|
|
|
#include "Turn.h" |
|
|
|
|
|
|
|
|
|
|
|
uint8_t MAZE_ResetPresentCount(); |
|
|
|
void MAZE_ResetPresentCount(void); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uint8_t MAZE_GetPresentCount(void); |
|
|
|
|
|
|
|
|
|
|
|
uint8_t MAZE_GetPresentCount(); |
|
|
|
|
|
|
|
/*!
|
|
|
|
/*!
|
|
|
|
* \brief Adds a new path while going forward through the maze |
|
|
|
* \brief Adds a new path while going forward through the maze |
|
|
|
* \param kind New path to be added |
|
|
|
* \param kind New path to be added |
|
|
|
|