Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
error.h
Go to the documentation of this file.
1 /*
2  * error.h
3  *
4  * Created : 1/10/2019
5  * Author : n-is
6  * email : 073bex422.nischal@pcampus.edu.np
7  */
8 
9 #ifndef _ERROR_H_
10 #define _ERROR_H_
11 
12 enum Error {
14 
17 };
18 
19 void error(Error err);
20 
21 #endif // !_ERROR_H_
22 
Definition: error.h:16
void error(Error err)
Definition: error.cpp:13
Definition: error.h:15
Error
Definition: error.h:12
Definition: error.h:13