Project structure and UML first draft
This commit is contained in:
parent
b0aeb31492
commit
2b9593bee8
10 changed files with 109 additions and 0 deletions
18
src/Level.h
Normal file
18
src/Level.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
//
|
||||
// Created by trotfunky on 06/06/19.
|
||||
//
|
||||
|
||||
#ifndef SRC_LEVEL_H
|
||||
#define SRC_LEVEL_H
|
||||
|
||||
|
||||
class Level {
|
||||
Level();
|
||||
|
||||
private:
|
||||
int width;
|
||||
int height;
|
||||
};
|
||||
|
||||
|
||||
#endif //SRC_LEVEL_H
|
Loading…
Add table
Add a link
Reference in a new issue