git clone https://git.kristoffersson.info/repos/GZDoom.git
/src/st_stuff.h · 102 B
#ifndef __STSTUFF_H__ #define __STSTUFF_H__ struct event_t; bool ST_Responder(event_t* ev); #endif