00001 /* MAINTAINER: Petko */ 00002 #include "bonusbox.h" 00003 00004 00005 BonusBox::BonusBox() 00006 { 00007 mType = cBonusBox; 00008 } 00009 00010 BonusBox::~BonusBox() 00011 { 00012 00013 } 00014 00015 bool BonusBox::initSpecific( Bonus * bonus_function ) 00016 { 00017 mBonus = bonus_function; 00018 00019 return true; 00020 }
1.4.5