View | Details | Raw Unified
Collapse All | Expand All

(-) krystaldrop/Sources/KDpp/Tools/FilePath.h (-1 / +1 lines)
 Lines 75-81   public: Link Here 
	/**
	/**
		Adds a directory before the filePath....
		Adds a directory before the filePath....
	*/
	*/
	void KD_FilePath::PrefixDirectory(const string &path);
	void PrefixDirectory(const string &path);
	/**
	/**
(-) krystaldrop/Sources/KDpp/Video/Color.h (-1 / +1 lines)
 Lines 38-44   public: Link Here 
	KD_Color operator*( float lambda );
	KD_Color operator*( float lambda );
	// Multiply by another color
	// Multiply by another color
	KD_Color KD_Color::operator*( const KD_Color &other );
	KD_Color operator*( const KD_Color &other );
	// Sets all the components between 0 and 1
	// Sets all the components between 0 and 1
	void normalize();
	void normalize();
(-) krystaldrop/Sources/KrystalDrop/Game/AnimRow.h (-1 / +1 lines)
 Lines 22-28   class KD_AnimatedRow: public KD_Row Link Here 
   void UpdateBlocks (unsigned multiplier); /* multiplier is used to catch up when a lag has occured */
   void UpdateBlocks (unsigned multiplier); /* multiplier is used to catch up when a lag has occured */
  
  
  public:
  public:
   KD_AnimatedRow::KD_AnimatedRow (short Height_In_Gems, short x_Offset, 
   KD_AnimatedRow (short Height_In_Gems, short x_Offset, 
                                   KD_Hand* Hand, KD_Parameters* Param, KD_Memo* Memo);
                                   KD_Hand* Hand, KD_Parameters* Param, KD_Memo* Memo);
  ~KD_AnimatedRow();
  ~KD_AnimatedRow();
  
  
(-) krystaldrop/Sources/KrystalDrop/Game/Table.h (-1 / +1 lines)
 Lines 329-335   public: Link Here 
	/**
	/**
		Sets the sprites for the border of the field.
		Sets the sprites for the border of the field.
	*/
	*/
	void KD_Table::setAllBorders(KD_Sprite *spr[KD_NB_SPRITE_FOR_BORDER]);
	void setAllBorders(KD_Sprite *spr[KD_NB_SPRITE_FOR_BORDER]);
	void setHorizontalBar(KD_Sprite *spr);
	void setHorizontalBar(KD_Sprite *spr);
	void setVerticalBar(KD_Sprite *spr);
	void setVerticalBar(KD_Sprite *spr);
	void setUpperLeftBar(KD_Sprite *spr);
	void setUpperLeftBar(KD_Sprite *spr);
(-) krystaldrop/Sources/Makefile (-1 / +1 lines)
 Lines 35-41   ACC_ZLIB_SUPPORT=yes Link Here 
export
export
VERSION=0_7_2
VERSION=0_7_2
CC=g++ -Werror
CC=g++
LINK=g++
LINK=g++
MAKE=make
MAKE=make
(-) krystaldrop/Sources/Makefile.lib (-1 / +1 lines)
 Lines 30-36   STATIC_LIBRARY=no Link Here 
export
export
VERSION=0_7
VERSION=0_7
CC=g++ -Werror
CC=g++
LINK=g++
LINK=g++
MAKE=make
MAKE=make