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

« back to all changes in this revision

Viewing changes to source/gameengine/GamePlayer/netscape/src/ketsji/KXH_engine_data_wraps.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: KXH_engine_data_wraps.h,v 1.6 2004/03/22 22:01:47 jesterking Exp $
 
2
 * $Id: KXH_engine_data_wraps.h,v 1.7 2007/05/06 08:52:04 ton Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
80
80
        enum KXH_STATE {
81
81
                KXH_NO_STATE = 0,
82
82
                KXH_INIT,                     // 1
83
 
                KXH_SHOW_FG_COLOUR,           // 2
 
83
                KXH_SHOW_FG_COLOR,            // 2
84
84
                KXH_TEST_LOADING_FILE_TYPE,   // 3
85
85
                KXH_PLAY_LOADING_ANIM,        // 4
86
86
                KXH_TEST_MAIN_FILE,           // 5