mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Split the Layout class.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "fluxmap.h"
|
||||
|
||||
class Record;
|
||||
class Layout;
|
||||
class Track;
|
||||
|
||||
struct LogicalLocation
|
||||
{
|
||||
@@ -65,7 +65,7 @@ struct Sector : public LogicalLocation
|
||||
|
||||
Sector() {}
|
||||
|
||||
Sector(std::shared_ptr<const Layout>& layout, unsigned sectorId=0);
|
||||
Sector(std::shared_ptr<const Track>& layout, unsigned sectorId=0);
|
||||
|
||||
Sector(const LogicalLocation& location);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user