test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
16
.config/Code/User/History/a6a6392/dzUE.cpp
Normal file
16
.config/Code/User/History/a6a6392/dzUE.cpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef LEVEL2_H
|
||||
#define LEVEL2_H
|
||||
|
||||
#include "GameLevel.h"
|
||||
|
||||
class Level2 : public GameLevel{
|
||||
public:
|
||||
Level2(){
|
||||
for(int i=0;i<25;i++){
|
||||
for(int j=0;j<15;j++){
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue