naev 0.10.4
Functions
dev_spob.c File Reference

Handles the spob stuff. More...

#include "dev_spob.h"
#include "conf.h"
#include "dev_uniedit.h"
#include "nfile.h"
#include "nstring.h"
#include "nxml.h"
#include "physics.h"
#include "start.h"

Go to the source code of this file.

Functions

int dpl_saveSpob (const Spob *p)
 Saves a spob. More...
 
int dpl_saveAll (void)
 Saves all the star spobs. More...
 

Detailed Description

Handles the spob stuff.

Definition in file dev_spob.c.

Function Documentation

◆ dpl_saveAll()

int dpl_saveAll ( void  )

Saves all the star spobs.

Returns
0 on success.

Definition at line 171 of file dev_spob.c.

◆ dpl_saveSpob()

int dpl_saveSpob ( const Spob p)

Saves a spob.

Parameters
pSpob to save.
Returns
0 on success.

Definition at line 31 of file dev_spob.c.