Changeset View
Changeset View
Standalone View
Standalone View
source/gameengine/Ketsji/KX_RayCast.cpp
| Show All 17 Lines | |||||
| * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. | * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| * | * | ||||
| * The Original Code is: all of this file. | * The Original Code is: all of this file. | ||||
| * | * | ||||
| * Contributor(s): none yet. | * Contributor(s): none yet. | ||||
| * | * | ||||
| * ***** END GPL LICENSE BLOCK ***** | * ***** END GPL LICENSE BLOCK ***** | ||||
| * KX_MouseFocusSensor determines mouse in/out/over events. | |||||
| */ | */ | ||||
| /** \file gameengine/Ketsji/KX_RayCast.cpp | /** \file gameengine/Ketsji/KX_RayCast.cpp | ||||
| * \ingroup ketsji | * \ingroup ketsji | ||||
| */ | */ | ||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||