mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
for dedicated servers.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4870 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5ba3ed97ee
commit
6cd5a6a076
2 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@ struct wedict_s;
|
|||
struct model_s;
|
||||
struct world_s;
|
||||
struct dlight_s;
|
||||
typedef struct builddata_s builddata_t;
|
||||
|
||||
typedef enum {
|
||||
SHADER_SORT_NONE,
|
||||
|
|
|
@ -52,11 +52,11 @@ void AddPointToBounds (vec3_t v, vec3_t mins, vec3_t maxs);
|
|||
qboolean BoundsIntersect (vec3_t mins1, vec3_t maxs1, vec3_t mins2, vec3_t maxs2);
|
||||
void ClearBounds (vec3_t mins, vec3_t maxs);
|
||||
|
||||
typedef struct builddata_s
|
||||
struct builddata_s
|
||||
{
|
||||
void (*buildfunc)(model_t *mod, msurface_t *surf, struct builddata_s *bd);
|
||||
void *facedata;
|
||||
} builddata_t;
|
||||
};
|
||||
void ModBrush_LoadGLStuff(void *ctx, void *data, size_t a, size_t b); //data === builddata_t
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue