gzdoom/src/st_stuff.h

13 lines
226 B
C
Raw Normal View History

2016-03-01 15:47:10 +00:00
#ifndef __STSTUFF_H__
#define __STSTUFF_H__
struct event_t;
bool ST_Responder(event_t* ev);
// [RH] Base blending values (for e.g. underwater)
extern int BaseBlendR, BaseBlendG, BaseBlendB;
extern float BaseBlendA;
#endif