1 2 3 4 5 6 7 8
#ifndef TRIGGER_H #define TRIGGER_H extern void trigger_set(); extern void trigger_selprep(); extern int trigger_pulled(); #endif