GTK4_GG_hack/automaton.h

10 lines
177 B
C
Raw Normal View History

#include <gtk-4.0/gtk/gtk.h>
#include <assert.h>
2024-06-09 13:27:15 +02:00
void set_status (int prescribed);
int get_status ();
enum choice { INTER, STATE, RULES, DATA };
void SWITCH_TO (int asked);