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:
Diffstat (limited to 'source/gameengine/GameLogic/SCA_ActuatorSensor.h')
-rw-r--r--source/gameengine/GameLogic/SCA_ActuatorSensor.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/source/gameengine/GameLogic/SCA_ActuatorSensor.h b/source/gameengine/GameLogic/SCA_ActuatorSensor.h
index e40c2492b8a..894dc2162cf 100644
--- a/source/gameengine/GameLogic/SCA_ActuatorSensor.h
+++ b/source/gameengine/GameLogic/SCA_ActuatorSensor.h
@@ -1,7 +1,4 @@
/*
- * Actuator sensor
- *
- *
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
@@ -28,13 +25,13 @@
* ***** END GPL LICENSE BLOCK *****
*/
+#ifndef __SCA_ACTUATORSENSOR_H__
+#define __SCA_ACTUATORSENSOR_H__
+
/** \file SCA_ActuatorSensor.h
* \ingroup gamelogic
*/
-#ifndef __SCA_ACTUATORSENSOR_H__
-#define __SCA_ACTUATORSENSOR_H__
-
#include "SCA_ISensor.h"
#include "SCA_IActuator.h"
@@ -71,4 +68,3 @@ public:
};
#endif
-