We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b269fb9 commit f1f8afaCopy full SHA for f1f8afa
tf2/include/tf2/LinearMath/Scalar.hpp
@@ -14,8 +14,8 @@ subject to the following restrictions:
14
15
16
17
-#ifndef TF2__LINEARMATH__SCALAR_H_
18
-#define TF2__LINEARMATH__SCALAR_H_
+#ifndef TF2__LINEARMATH__SCALAR_HPP_
+#define TF2__LINEARMATH__SCALAR_HPP_
19
20
#ifdef TF2_MANAGED_CODE
21
//Aligned data types not supported in managed code
@@ -414,4 +414,4 @@ struct tf2TypedObject
414
return m_objectType;
415
}
416
};
417
-#endif // TF2__LINEARMATH__SCALAR_H_
+#endif // TF2__LINEARMATH__SCALAR_HPP_
0 commit comments