00001 #ifndef _BREAKOUTLGLINES_H_ 00002 #define _BREAKOUTLGLINES_H_ 00003 00004 #include "IBreakoutLevelGenerator.h" 00005 00006 class BreakoutLGLines : public IBreakoutLevelGenerator 00007 { 00008 public: 00009 BreakoutLGLines(); 00010 ~BreakoutLGLines(); 00011 00012 BreakoutLevel* GenerateLevel(BreakoutLocationArray* pAvailableLocations, const Vector2i &boxSize, const int &maxHealth); 00013 }; 00014 00015 #endif
1.5.9