summaryrefslogtreecommitdiffhomepage
path: root/examples/physics_movement.c
diff options
context:
space:
mode:
authorvictorfisac <[email protected]>2017-03-06 09:40:04 +0100
committervictorfisac <[email protected]>2017-03-06 09:40:04 +0100
commit9261c3b8dc03d093bff5246a18ad9310ae8eaeb3 (patch)
treeaf87165723ac563ee1a7e1c605c7a4df821d74ea /examples/physics_movement.c
parente8630c78d069a1cba50b1a78108663ebc19e5b9b (diff)
parentb734802743f2089c8d649b27aea48ab71fa653b3 (diff)
downloadraylib-9261c3b8dc03d093bff5246a18ad9310ae8eaeb3.tar.gz
raylib-9261c3b8dc03d093bff5246a18ad9310ae8eaeb3.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'examples/physics_movement.c')
-rw-r--r--examples/physics_movement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physics_movement.c b/examples/physics_movement.c
index ca18f3df..ee97845f 100644
--- a/examples/physics_movement.c
+++ b/examples/physics_movement.c
@@ -12,7 +12,7 @@
#include "raylib.h"
#define PHYSAC_IMPLEMENTATION
-#include "..\src\physac.h"
+#include "../src/physac.h"
#define VELOCITY 0.5f