mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-15 08:41:46 +00:00
8 lines
102 B
C
8 lines
102 B
C
#ifndef __STSTUFF_H__
|
|
#define __STSTUFF_H__
|
|
|
|
struct event_t;
|
|
|
|
bool ST_Responder(event_t* ev);
|
|
|
|
#endif
|