mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-23 10:41:51 +00:00
R_GetLinedefTransTable is needed by the hardware code
This commit is contained in:
parent
2fdd2290b1
commit
c2e438e1a8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue