facade.h
Go to the documentation of this file.
00001 /* facade.h
00002  */
00003 #ifndef OSL_ANNOTATE_FACADE_H
00004 #define OSL_ANNOTATE_FACADE_H
00005 
00006 #include "osl/annotate/analysesResult.h"
00007 #include "osl/state/numEffectState.h"
00008 #include "osl/stl/vector.h"
00009 
00010 namespace osl
00011 {
00012   namespace annotate
00013   {
00014     void analyze(const NumEffectState& src, const vector<Move>& moves,
00015                  int last_move,
00016                  AnalysesResult&);
00017   }
00018 }
00019 
00020 #endif /* OSL_ANNOTATE_FACADE_H */
00021 // ;;; Local Variables:
00022 // ;;; mode:c++
00023 // ;;; c-basic-offset:2
00024 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines