Merge branch 'master' of https://github.com/dopefishh/mc1516pa
[mc1516pa.git] / modelchecker / object.h
1 #ifndef OBJECT_H
2 #define OBJECT_H
3
4 #include <sylvan.h>
5
6 #include "sokoban.h"
7
8 BDD solve_object(sokoban_screen *screen);
9
10 #endif