All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
timeControl.h
Go to the documentation of this file.
1 /* timeControl.h
2  */
3 #ifndef _SEARCH_TIMECONTROL_H
4 #define _SEARCH_TIMECONTROL_H
5 
6 namespace osl
7 {
8  namespace search
9  {
10  struct TimeControl
11  {
12  static int secondsForThisMove(int total_seconds);
13  };
14  } // namespace search
15 } // namespace osl
16 
17 #endif /* _SEARCH_TIMECONTROL_H */
18 // ;;; Local Variables:
19 // ;;; mode:c++
20 // ;;; c-basic-offset:2
21 // ;;; End: