restored header guards

This commit is contained in:
jadebenn
2023-12-15 12:57:13 -06:00
parent 054371dd01
commit e01fbfcc64
4 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#ifndef BASECOMBATAICOMPONENT_H
#define BASECOMBATAICOMPONENT_H
#include "RakNetTypes.h"
#include "dCommonVars.h"
@@ -387,3 +388,5 @@ private:
*/
bool IsMech();
};
#endif // BASECOMBATAICOMPONENT_H