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