mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
header (C) block touch ups
This commit is contained in:
parent
d272b79bfa
commit
2fd97f5eab
31 changed files with 621 additions and 382 deletions
|
@ -27,8 +27,8 @@
|
|||
|
||||
$Id$
|
||||
*/
|
||||
#ifndef __quake_io_h
|
||||
#define __quake_io_h
|
||||
#ifndef _QUAKEIO_H
|
||||
#define _QUAKEIO_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -61,4 +61,4 @@ int Qflush(QFile *file);
|
|||
int Qeof(QFile *file);
|
||||
|
||||
|
||||
#endif /*__quake_io_h*/
|
||||
#endif /*_QUAKEIO_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue