15 lines
No EOL
141 B
C++
15 lines
No EOL
141 B
C++
#ifndef LEVEL3_H
|
|
#define LEVEL3_H
|
|
|
|
#include "GameLevel.h"
|
|
|
|
class Level3 : public GameLevel{
|
|
public:
|
|
Level3(){
|
|
|
|
}
|
|
|
|
|
|
|
|
};
|
|
#endif |