mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- SW: fix some include guards.
This commit is contained in:
parent
fc54d98100
commit
f0a1ce4850
2 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,8 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
*/
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
#ifndef INTERP_H
|
||||
#pragma once
|
||||
|
||||
#define INTERP_H
|
||||
|
||||
#include "build.h"
|
||||
|
||||
|
@ -50,6 +49,6 @@ void updateinterpolations(void);
|
|||
void dointerpolations(int smoothratio);
|
||||
void restoreinterpolations(void);
|
||||
|
||||
#endif
|
||||
|
||||
END_SW_NS
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@ Original Source: 1997 - Frank Maddin and Jim Norwood
|
|||
Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
||||
*/
|
||||
//-------------------------------------------------------------------------
|
||||
#pragma once
|
||||
BEGIN_SW_NS
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue