bonusbox.cpp

Go to the documentation of this file.
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 }

Generated on Wed Apr 12 13:55:27 2006 for bjs by  doxygen 1.4.5