This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Indoor/floorplan/PlatformStair.h
FrankE e6329e1db4 dijkstra is now bleching fast
deleting from the grid is now bleaching fast
added new helper methods
many new test-cases
many new methods for geo classes and others
added a bunch of new grid-walkers
2016-01-26 18:13:30 +01:00

18 lines
166 B
C++

#ifndef PLATFORMSTAIR_H
#define PLATFORMSTAIR_H
#include "Stair.h";
class PlatformStair {
Stair s1;
BBox2 platform;
Stair s2;
};
#endif // PLATFORMSTAIR_H