mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
heh, nor do we need PROGHEADER_CRC
This commit is contained in:
parent
9d27a12df7
commit
3edd4550d2
5 changed files with 95 additions and 99 deletions
|
@ -26,8 +26,8 @@
|
|||
$Id$
|
||||
*/
|
||||
|
||||
#ifndef _PROGS_H
|
||||
#define _PROGS_H
|
||||
#ifndef __QF_progs_h
|
||||
#define __QF_progs_h
|
||||
|
||||
#include "QF/link.h"
|
||||
#include "QF/vfile.h"
|
||||
|
@ -291,4 +291,4 @@ struct progs_s {
|
|||
} fields;
|
||||
};
|
||||
|
||||
#endif // _PROGS_H
|
||||
#endif//__QF_progs_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue