~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/gameengine/Ketsji/KX_SG_NodeRelationships.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * @see SG_ParentRelation for more information about this 
16
16
 * interface      
17
17
 *
18
 
 * $Id: KX_SG_NodeRelationships.h,v 1.6 2004/03/22 22:01:52 jesterking Exp $
 
18
 * $Id: KX_SG_NodeRelationships.h,v 1.8 2005/04/23 11:36:44 kester Exp $
19
19
 *
20
20
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
21
21
 *
46
46
 * ***** END GPL/BL DUAL LICENSE BLOCK *****
47
47
 * 
48
48
 */
 
49
 
 
50
#ifndef __KX_SG_NODERELATIONS_H__
 
51
#define __KX_SG_NODERELATIONS_H__
49
52
 
50
53
#include "SG_Spatial.h"
51
54
#include "SG_ParentRelation.h"
69
72
         * Method inherited from KX_ParentRelation
70
73
         */
71
74
 
72
 
                void
 
75
                bool
73
76
        UpdateChildCoordinates(
74
77
                SG_Spatial * child,
75
78
                const SG_Spatial * parent
113
116
         * Method inherited from KX_ParentRelation
114
117
         */
115
118
 
116
 
                void
 
119
                bool
117
120
        UpdateChildCoordinates(
118
121
                SG_Spatial * child,
119
122
                const SG_Spatial * parent
158
161
         * Method inherited from KX_ParentRelation
159
162
         */
160
163
 
161
 
                void
 
164
                bool
162
165
        UpdateChildCoordinates(
163
166
                SG_Spatial * child,
164
167
                const SG_Spatial * parent
198
201
 
199
202
};
200
203
 
 
204
#endif