mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add back the p_slopes.h header guard
Signed-off-by: Nev3r <apophycens@gmail.com>
This commit is contained in:
parent
3c64354eaa
commit
622a045f57
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
/// \file p_slopes.c
|
||||
/// \brief ZDoom + Eternity Engine Slopes, ported and enhanced by Kalaron
|
||||
|
||||
#ifndef P_SLOPES_H__
|
||||
#define P_SLOPES_H__
|
||||
|
||||
#include "m_fixed.h" // Vectors
|
||||
|
||||
#ifdef ESLOPE
|
||||
|
|
@ -72,3 +75,4 @@ typedef struct
|
|||
void T_DynamicSlopeLine (dynplanethink_t* th);
|
||||
void T_DynamicSlopeVert (dynplanethink_t* th);
|
||||
#endif // #ifdef ESLOPE
|
||||
#endif // #ifndef P_SLOPES_H__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue