[go: up one dir, main page]

Menu

[r199]: / trunk / returncode.h  Maximize  Restore  History

Download this file

14 lines (10 with data), 135 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef RETURN_CODE_H
#define RETURN_CODE_H
enum ReturnCode
{
OK,
KO,
TIMEOVER,
STOPTHINKING
};
#endif