test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
18
.config/Code/User/History/a787b13/OM9U.cpp
Normal file
18
.config/Code/User/History/a787b13/OM9U.cpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#ifndef LEVEL3_H
|
||||
#define LEVEL3_H
|
||||
|
||||
#include "GameLevel.h"
|
||||
|
||||
class Level3 : public GameLevel{
|
||||
public:
|
||||
Level3(){
|
||||
pattern();
|
||||
}
|
||||
void pattern(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
};
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue