mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Add back the p_slopes.h
header guard
Signed-off-by: Nev3r <apophycens@gmail.com>
This commit is contained in:
parent
62875d6728
commit
5c240eb9db
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…
Reference in a new issue