mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
pragma once for mact headers.
git-svn-id: https://svn.eduke32.com/eduke32@5662 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e2c24bda95
commit
18a8e840bb
8 changed files with 14 additions and 2 deletions
|
@ -32,6 +32,8 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms
|
||||||
//
|
//
|
||||||
//****************************************************************************
|
//****************************************************************************
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef control_private_h_
|
#ifndef control_private_h_
|
||||||
#define control_private_h_
|
#define control_private_h_
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -27,7 +27,7 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
|
||||||
*/
|
*/
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
// scrplib.h
|
#pragma once
|
||||||
|
|
||||||
#ifndef scriplib_private_h_
|
#ifndef scriplib_private_h_
|
||||||
#define scriplib_private_h_
|
#define scriplib_private_h_
|
||||||
|
|
|
@ -31,6 +31,8 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
|
||||||
//
|
//
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef animlib_public_h_
|
#ifndef animlib_public_h_
|
||||||
#define animlib_public_h_
|
#define animlib_public_h_
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -31,6 +31,8 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
|
||||||
//
|
//
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef control_public_h_
|
#ifndef control_public_h_
|
||||||
#define control_public_h_
|
#define control_public_h_
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -24,6 +24,8 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms
|
||||||
*/
|
*/
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef file_lib_public_
|
#ifndef file_lib_public_
|
||||||
#define file_lib_public_
|
#define file_lib_public_
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -25,6 +25,8 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
|
||||||
*/
|
*/
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef keyboard_public_h_
|
#ifndef keyboard_public_h_
|
||||||
#define keyboard_public_h_
|
#define keyboard_public_h_
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -25,6 +25,8 @@ Modifications for JonoF's port by Jonathon Fowler (jf@jonof.id.au)
|
||||||
*/
|
*/
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef mouse_h_
|
#ifndef mouse_h_
|
||||||
#define mouse_h_
|
#define mouse_h_
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -24,7 +24,7 @@ Prepared for public release: 03/21/2003 - Charlie Wiederhold, 3D Realms
|
||||||
*/
|
*/
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
// scriplib.h
|
#pragma once
|
||||||
|
|
||||||
#ifndef scriplib_public_h_
|
#ifndef scriplib_public_h_
|
||||||
#define scriplib_public_h_
|
#define scriplib_public_h_
|
||||||
|
|
Loading…
Reference in a new issue