Skip to content

Commit

Permalink
xrCore/vector3d: Used platform header, rather than own definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 6, 2015
1 parent b94e8b9 commit 13d7972
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/xrCore/_vector3d.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#ifndef __V3D__
#define __V3D__

// Inline call
#ifndef IC
#define IC __forceinline
#endif
#include "Platform.h"

template <class T>
struct _vector3
Expand Down

0 comments on commit 13d7972

Please sign in to comment.