mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
13 lines
215 B
C++
13 lines
215 B
C++
#ifndef VISUALISER_H
|
|
#define VISUALISER_H
|
|
|
|
#include "flags.h"
|
|
|
|
class SectorSet;
|
|
|
|
extern FlagGroup visualiserFlags;
|
|
|
|
extern void visualiseSectorsToFile(const SectorSet& sectors, const std::string& filename);
|
|
|
|
#endif
|