mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Factor Sector out into its own header. Sketch out Geometry.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user