mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 16:54:35 +00:00
moving from .h to .hpp to make thing more clear
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <optional>
|
||||
#include "omath/Vector3.h"
|
||||
#include "omath/prediction/Projectile.h"
|
||||
#include "omath/prediction/Target.h"
|
||||
#include "omath/Vector3.hpp"
|
||||
#include "omath/prediction/Projectile.hpp"
|
||||
#include "omath/prediction/Target.hpp"
|
||||
|
||||
|
||||
namespace omath::prediction
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
|
||||
#pragma once
|
||||
#include "omath/Vector3.h"
|
||||
#include "omath/Vector3.hpp"
|
||||
|
||||
|
||||
namespace omath::prediction
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
|
||||
#pragma once
|
||||
#include "omath/Vector3.h"
|
||||
#include "omath/Vector3.hpp"
|
||||
|
||||
|
||||
namespace omath::prediction
|
||||
Reference in New Issue
Block a user