many changes :P
This commit is contained in:
11
floorplan/Stairs.h
Normal file
11
floorplan/Stairs.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef STAIRS_H
|
||||
#define STAIRS_H
|
||||
|
||||
#include <vector>
|
||||
#include "Stair.h"
|
||||
|
||||
class Stairs : public std::vector<Stair> {
|
||||
|
||||
};
|
||||
|
||||
#endif // STAIRS_H
|
||||
Reference in New Issue
Block a user