DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
mprogdefs.h
Go to the documentation of this file.
1
2#ifndef MPROGDEFS_H
3#define MPROGDEFS_H
4
5/* file generated by qcc, do not modify */
6
7/*
8typedef struct m_globalvars_s
9{
10 int pad[28];
11 int self;
12} m_globalvars_t;
13
14typedef struct m_entvars_s
15{
16} m_entvars_t;
17
18#define M_PROGHEADER_CRC 10020
19
20*/
21
22#endif