]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
some cleaning of the model headers, and added bufferend parameter to all model loaders
[xonotic/darkplaces.git] / model_alias.h
index 2b69fac964f35d615b0659c1d349e7f8b342bbab..c15d81a3113f441f7be80ae9f87aa4c8439dc0b6 100644 (file)
@@ -116,14 +116,6 @@ typedef struct
        int                     ofs_end;                // end of file
 } md2_t;
 
-extern void Mod_IDP0_Load(struct model_s *mod, void *buffer);
-extern void Mod_IDP2_Load(struct model_s *mod, void *buffer);
-extern void Mod_IDP3_Load(struct model_s *mod, void *buffer);
-extern void Mod_ZYMOTICMODEL_Load(struct model_s *mod, void *buffer);
-extern void Mod_DARKPLACESMODEL_Load(struct model_s *mod, void *buffer);
-
-extern void Mod_AliasInit(void);
-
 #include "model_zymotic.h"
 
 #include "model_dpmodel.h"
@@ -232,10 +224,5 @@ typedef struct aliasbone_s
 }
 aliasbone_t;
 
-struct frameblend_s;
-void Mod_Alias_GetMesh_Vertex3f(const struct model_s *model, const struct frameblend_s *frameblend, const struct surfmesh_s *mesh, float *out3f);
-int Mod_Alias_GetTagMatrix(const struct model_s *model, int poseframe, int tagindex, matrix4x4_t *outmatrix);
-int Mod_Alias_GetTagIndexForName(const struct model_s *model, unsigned int skin, const char *tagname);
-
 #endif