- SW: fix some include guards.

This commit is contained in:
Christoph Oelckers 2020-10-11 11:35:33 +02:00
parent fc54d98100
commit f0a1ce4850
2 changed files with 3 additions and 3 deletions

View file

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

View file

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