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