~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: KX_VisibilityActuator.h 14444 2008-04-16 22:40:48Z hos $
 
2
 * $Id: KX_VisibilityActuator.h 16385 2008-09-05 16:22:14Z campbellbarton $
3
3
 *
4
4
 * ***** BEGIN GPL LICENSE BLOCK *****
5
5
 *
39
39
 
40
40
        /** Make visible? */
41
41
        bool m_visible;
 
42
        bool m_recursive;
42
43
 
43
44
 public:
44
45
        
45
46
        KX_VisibilityActuator(
46
47
                SCA_IObject* gameobj,
47
48
                bool visible,
 
49
                bool recursive,
48
50
                PyTypeObject* T=&Type
49
51
                );
50
52