R_GetLinedefTransTable is needed by the hardware code

This commit is contained in:
Alam Ed Arias 2019-12-27 14:10:38 -05:00
parent 2fdd2290b1
commit c2e438e1a8

View file

@ -21,5 +21,6 @@
void R_RenderMaskedSegRange(drawseg_t *ds, INT32 x1, INT32 x2);
void R_RenderThickSideRange(drawseg_t *ds, INT32 x1, INT32 x2, ffloor_t *pffloor);
void R_StoreWallRange(INT32 start, INT32 stop);
transnum_t R_GetLinedefTransTable(fixed_t alpha);
#endif