From 2ac1ef13e20949374720afec1d8da59cce83a45c Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sat, 23 Apr 2005 11:36:44 +0000 Subject: Added bone parent relationship. --- source/gameengine/Ketsji/KX_SG_NodeRelationships.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/gameengine/Ketsji/KX_SG_NodeRelationships.h') diff --git a/source/gameengine/Ketsji/KX_SG_NodeRelationships.h b/source/gameengine/Ketsji/KX_SG_NodeRelationships.h index 8eda5d7b734..f434cb5b648 100644 --- a/source/gameengine/Ketsji/KX_SG_NodeRelationships.h +++ b/source/gameengine/Ketsji/KX_SG_NodeRelationships.h @@ -46,6 +46,9 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** * */ + +#ifndef __KX_SG_NODERELATIONS_H__ +#define __KX_SG_NODERELATIONS_H__ #include "SG_Spatial.h" #include "SG_ParentRelation.h" @@ -198,3 +201,4 @@ private : }; +#endif -- cgit v1.2.3