naev 0.12.6
dev_sysedit.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "space.h"
7
8#define HIDE_DEFAULT_SPOB 1.0
9
10void sysedit_open( StarSystem *sys );
11void sysedit_sysScale( StarSystem *sys, double factor );
void sysedit_open(StarSystem *sys)
Opens the system editor interface.
void sysedit_sysScale(StarSystem *sys, double factor)
Scales a system.