scyther/src/binding.h
2004-08-15 11:55:22 +00:00

11 lines
201 B
C

#ifndef BINDINGS
#define BINDINGS
void bindingInit (const System mysys);
void bindingDone ();
int binding_add (int run_from, int ev_from, int run_to, int ev_to);
void binding_remove_last ();
#endif