diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ephysics/EPhysics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h index e7c7743f60..f1c34244d3 100644 --- a/src/lib/ephysics/EPhysics.h +++ b/src/lib/ephysics/EPhysics.h | |||
@@ -4725,10 +4725,11 @@ EAPI void ephysics_constraint_del(EPhysics_Constraint *constraint); | |||
4725 | /** | 4725 | /** |
4726 | * @} | 4726 | * @} |
4727 | */ | 4727 | */ |
4728 | |||
4729 | |||
4730 | #ifdef __cplusplus | 4728 | #ifdef __cplusplus |
4731 | } | 4729 | } |
4732 | #endif | 4730 | #endif |
4733 | 4731 | ||
4732 | #undef EAPI | ||
4733 | #define EAPI | ||
4734 | |||
4734 | #endif | 4735 | #endif |