header (C) block touch ups

This commit is contained in:
Bill Currie 2000-05-22 08:26:01 +00:00
parent d272b79bfa
commit 2fd97f5eab
31 changed files with 621 additions and 382 deletions

View file

@ -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*/