naev 0.12.5
dev_system.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "space.h"
7
8int dsys_saveSystem( StarSystem *sys );
9int dsys_saveAll( void );
int dsys_saveSystem(StarSystem *sys)
Saves a star system.
Definition dev_system.c:82
int dsys_saveAll(void)
Saves all the star systems.
Definition dev_system.c:305