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

« back to all changes in this revision

Viewing changes to source/gameengine/SceneGraph/SG_ParentRelation.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:
18
18
 * There is exactly one SG_ParentRelation per SG_Node. Subclasses
19
19
 * should not be value types and should be allocated on the heap.
20
20
 *
21
 
 * $Id: SG_ParentRelation.h,v 1.6 2004/03/22 22:02:17 jesterking Exp $
 
21
 * $Id: SG_ParentRelation.h,v 1.7 2004/05/26 12:06:41 kester Exp $
22
22
 *
23
23
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
24
24
 *
69
69
         */ 
70
70
        
71
71
        virtual
72
 
                void
 
72
                bool
73
73
        UpdateChildCoordinates(
74
74
                SG_Spatial * child,
75
75
                const SG_Spatial * parent