scyther/src/heuristic.h

10 lines
127 B
C
Raw Normal View History

#ifndef HEURISTIC
#define HEURISTIC
#include "system.h"
#include "binding.h"
Binding select_goal (const System sys);
#endif