Skip to content

Commit d3e0a10

Browse files
committed
resume #define DISABLING_PARAMS_H and MATH_UTILS_H. We need merge xrPhysics/DisablingParams.h + xrGame/DisablingParams.h and xrPhysics/MathUtils.h + xrGame/MathUtils.h
1 parent e62906c commit d3e0a10

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/xrPhysics/DisablingParams.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
2-
2+
#ifndef DISABLING_PARAMS_H
3+
#define DISABLING_PARAMS_H
34
#include "xrPhysics.h"
45

56
// fwd. decl.
@@ -28,3 +29,5 @@ struct SAllDDWParams
2829
};
2930

3031
extern SAllDDWParams worldDisablingParams;
32+
33+
#endif

src/xrPhysics/MathUtils.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
2-
2+
#ifndef MATH_UTILS_H
3+
#define MATH_UTILS_H
34
#include "xrCore/_fbox.h"
45
#include "xrCore/_obb.h"
56
#include "xrPhysics.h"
@@ -476,3 +477,5 @@ const float DET_CHECK_FATAL_EPS = 0.8f; // scale -35% !? ;)
476477
#else
477478
#define VERIFY_RMATRIX(M)
478479
#endif
480+
481+
#endif // include guard

0 commit comments

Comments
 (0)