summaryrefslogtreecommitdiff
path: root/src/strife/r_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/r_data.h')
-rw-r--r--src/strife/r_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/r_data.h b/src/strife/r_data.h
index c987284c..c8d08179 100644
--- a/src/strife/r_data.h
+++ b/src/strife/r_data.h
@@ -31,6 +31,7 @@
#include "r_defs.h"
#include "r_state.h"
+#include "p_spec.h" // villsa [STRIFE]
// Retrieve column data for span blitting.
@@ -55,5 +56,6 @@ int R_FlatNumForName (char* name);
// returns the texture number for the texture name.
int R_TextureNumForName (char *name);
int R_CheckTextureNumForName (char *name);
+void R_SoundNumForDoor(vldoor_t* door); // villsa [STRIFE]
#endif