projects
/
xonotic
/
darkplaces.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
reworked progs loading so that entvars_t and globalvars_t are no longer
[xonotic/darkplaces.git]
/
mprogdefs.h
1
2
#ifndef MPROGDEFS_H
3
#define MPROGDEFS_H
4
5
/* file generated by qcc, do not modify */
6
7
/*
8
typedef struct m_globalvars_s
9
{
10
int pad[28];
11
int self;
12
} m_globalvars_t;
13
14
typedef struct m_entvars_s
15
{
16
} m_entvars_t;
17
18
#define M_PROGHEADER_CRC 10020
19
20
*/
21
22
#endif