gzdoom/src/st_stuff.h

9 lines
102 B
C
Raw Normal View History

2016-03-01 15:47:10 +00:00
#ifndef __STSTUFF_H__
#define __STSTUFF_H__
struct event_t;
bool ST_Responder(event_t* ev);
#endif