Skip to content

Commit 13d7972

Browse files
committed
xrCore/vector3d: Used platform header, rather than own definitions.
1 parent b94e8b9 commit 13d7972

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/xrCore/_vector3d.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#ifndef __V3D__
22
#define __V3D__
33

4-
// Inline call
5-
#ifndef IC
6-
#define IC __forceinline
7-
#endif
4+
#include "Platform.h"
85

96
template <class T>
107
struct _vector3

0 commit comments

Comments
 (0)