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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-30 08:58:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-30 08:58:45 +0400
commit91881dce85424860bb97d7e6ccbffc492ac98bd3 (patch)
tree66cf7f2b168ba362a7b35b675614f9c3f8e0e8f3 /source/gameengine/GameLogic
parent70162a4abd61df29f8ee451d94eeee6315d6155f (diff)
- include for BGE joystick sensor
- remove print from numinput and get rid of some float/double warnings. - nicer align line-number in text editor.
Diffstat (limited to 'source/gameengine/GameLogic')
-rw-r--r--source/gameengine/GameLogic/SCA_JoystickSensor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GameLogic/SCA_JoystickSensor.cpp b/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
index b32114722d4..6aee6bd19e7 100644
--- a/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
+++ b/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
@@ -38,6 +38,7 @@
#include "PyObjectPlus.h"
#include <stdio.h>
+#include <stddef.h>
#include <iostream>