many changes :P

This commit is contained in:
k-a-z-u
2016-01-21 20:01:20 +01:00
parent a7dc0cabbb
commit 12084fe147
29 changed files with 2900 additions and 144 deletions

11
floorplan/Stairs.h Normal file
View 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