foxygit / GZDoom Log in
commits tags

/src/st_stuff.h · 102 B

raw
#ifndef __STSTUFF_H__
#define __STSTUFF_H__

struct event_t;

bool ST_Responder(event_t* ev);

#endif