Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2006-01-06 02:10:54 +0300
committerKent Mein <mein@cs.umn.edu>2006-01-06 02:10:54 +0300
commit39fcd3586f905f36f2668850a4be5e77c5d70018 (patch)
tree1698797b0404603b680e1d74f98c91347f7c7109 /source/gameengine/Ketsji/KX_BulletPhysicsController.h
parent2901da3c29087f5db3fadcbc6a2b3e05d8cdf0fb (diff)
Lots of stupid warning fixes:
Added newlines at end of a bunch of files that didn't have them. removed a couple of unused variables and an extra ';' (Also removed config.h crap from these files) Kent
Diffstat (limited to 'source/gameengine/Ketsji/KX_BulletPhysicsController.h')
-rw-r--r--source/gameengine/Ketsji/KX_BulletPhysicsController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_BulletPhysicsController.h b/source/gameengine/Ketsji/KX_BulletPhysicsController.h
index 9e9b0816cbe..2251c3b1f90 100644
--- a/source/gameengine/Ketsji/KX_BulletPhysicsController.h
+++ b/source/gameengine/Ketsji/KX_BulletPhysicsController.h
@@ -66,4 +66,5 @@ public:
};
-#endif //KX_BULLET2PHYSICS_CONTROLLER \ No newline at end of file
+#endif //KX_BULLET2PHYSICS_CONTROLLER
+