All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
annotate/facade.h
Go to the documentation of this file.
1 /* facade.h
2  */
3 #ifndef OSL_ANNOTATE_FACADE_H
4 #define OSL_ANNOTATE_FACADE_H
5 
8 #include "osl/stl/vector.h"
9 
10 namespace osl
11 {
12  namespace annotate
13  {
14  void analyze(const NumEffectState& src, const vector<Move>& moves,
15  int last_move,
16  AnalysesResult&);
17  }
18 }
19 
20 #endif /* OSL_ANNOTATE_FACADE_H */
21 // ;;; Local Variables:
22 // ;;; mode:c++
23 // ;;; c-basic-offset:2
24 // ;;; End: