naev 0.12.5
dev_spob.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "space.h"
7
8int dpl_saveAll( void );
9int dpl_saveSpob( const Spob *p );
int dpl_saveAll(void)
Saves all the star spobs.
Definition dev_spob.c:188
int dpl_saveSpob(const Spob *p)
Saves a spob.
Definition dev_spob.c:28
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes,...
Definition space.h:102