mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Add #pragma once to the top of a couple of the most commonly included headers in build/include. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5664 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4ea156822d
commit
1b5335ad72
3 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
// for the Build Engine
|
// for the Build Engine
|
||||||
// by Jonathon Fowler (jf@jonof.id.au)
|
// by Jonathon Fowler (jf@jonof.id.au)
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef baselayer_h_
|
#ifndef baselayer_h_
|
||||||
#define baselayer_h_
|
#define baselayer_h_
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
// This file has been modified from Ken Silverman's original release
|
// This file has been modified from Ken Silverman's original release
|
||||||
// by Jonathon Fowler (jf@jonof.id.au)
|
// by Jonathon Fowler (jf@jonof.id.au)
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef build_h_
|
#ifndef build_h_
|
||||||
#define build_h_
|
#define build_h_
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
// certain build environments. It also levels the playing field caused
|
// certain build environments. It also levels the playing field caused
|
||||||
// by different platforms.
|
// by different platforms.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef compat_h_
|
#ifndef compat_h_
|
||||||
#define compat_h_
|
#define compat_h_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue