mirror of
https://github.com/DrBeef/QuakeQuest.git
synced 2024-11-24 04:51:23 +00:00
22 lines
253 B
C
22 lines
253 B
C
|
|
#ifndef MPROGDEFS_H
|
|
#define MPROGDEFS_H
|
|
|
|
/* file generated by qcc, do not modify */
|
|
|
|
/*
|
|
typedef struct m_globalvars_s
|
|
{
|
|
int pad[28];
|
|
int self;
|
|
} m_globalvars_t;
|
|
|
|
typedef struct m_entvars_s
|
|
{
|
|
} m_entvars_t;
|
|
|
|
#define M_PROGHEADER_CRC 10020
|
|
|
|
*/
|
|
|
|
#endif
|