Skip to content

Commit

Permalink
Modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Jan 31, 2024
1 parent 2591dae commit 71e94a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/reactphysics3d/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <string>
#include <cmath>
#include <reactphysics3d/decimal.h>
#include <reactphysics3d/containers/Pair.h>

// OS
#if defined(_WIN32) || defined(_WIN64)
Expand Down Expand Up @@ -90,9 +91,6 @@ using uint64 = std::uint64_t;

struct Entity;

// Forward declaration
template<typename T1, typename T2> class Pair;

using bodypair = Pair<Entity, Entity>;

// ------------------- Enumerations ------------------- //
Expand Down

0 comments on commit 71e94a1

Please sign in to comment.