Factor Sector out into its own header. Sketch out Geometry.

This commit is contained in:
David Given
2018-12-29 01:59:09 +01:00
parent 490e649942
commit 9b610a9527
8 changed files with 55 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
#include "globals.h"
#include "image.h"
#include "sector.h"
#include "sectorset.h"
std::unique_ptr<Sector>& SectorSet::operator[](const key_t& key)