mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-04 01:41:42 +00:00
706d465781
When this was still working it was software rendering only anyway so no real loss here.
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
|