#ifndef __STSTUFF_H__
#define __STSTUFF_H__

struct event_t;

bool ST_Responder(event_t* ev);

#endif
