]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
model_shared: Rename dp_model_t to model_t, to avoid confusion with the dpm format
[xonotic/darkplaces.git] / server.h
index 0df1b40a6d49c5bdf5f6d72dc3c14f9a806d3679..f494a632189f2292dbfdd5eff451ee9bbae1dd39 100644 (file)
--- a/server.h
+++ b/server.h
@@ -540,8 +540,8 @@ int SV_SoundIndex(const char *s, int precachemode);
 
 int SV_ParticleEffectIndex(const char *name);
 
-dp_model_t *SV_GetModelByIndex(int modelindex);
-dp_model_t *SV_GetModelFromEdict(prvm_edict_t *ed);
+model_t *SV_GetModelByIndex(int modelindex);
+model_t *SV_GetModelFromEdict(prvm_edict_t *ed);
 
 void SV_SetIdealPitch (void);