GTK4_GG_hack/automaton.h

14 lines
314 B
C
Raw Permalink 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 ();
void set_mode (int prescribed);
int get_mode ();
enum mode { RUN, EDIT };
enum choice { INTER, STATE, RULES, DATA };
// MEASURE, OBSERVE, INTERPRET, HELP, CONFIGURE };
void SWITCH_TO (int asked);