gzdoom/src/st_stuff.h
Christoph Oelckers 706d465781 - removed the unused BaseBlend* variables and the testblend CCMD.
When this was still working it was software rendering only anyway so no real loss here.
2022-11-08 11:46:13 +01:00

8 lines
102 B
C

#ifndef __STSTUFF_H__
#define __STSTUFF_H__
struct event_t;
bool ST_Responder(event_t* ev);
#endif