dotfiles/.config/Code/User/History/a787b13/5jQq.cpp

15 lines
141 B
C++
Raw Normal View History

2024-06-16 18:53:25 +05:00
#ifndef LEVEL3_H
#define LEVEL3_H
#include "GameLevel.h"
class Level3 : public GameLevel{
public:
Level3(){
}
};
#endif