9#define HIDE_DEFAULT_JUMP 1.0
10#define RADIUS_DEFAULT 15e3
11#define DUST_DENSITY_DEFAULT \
15void uniedit_open(
unsigned int wid_unused,
const char *unused );
16void uniedit_saveError(
void );
18char *uniedit_nameFilter(
const char *name );
19void uniedit_options(
unsigned int wid_unused,
const char *unused );
21void uniedit_renderMap(
double bx,
double by,
double w,
double h,
double x,
22 double y,
double zoom,
double r );
25extern int uniedit_diffMode;
27void uniedit_diffCreateSysNone(
const StarSystem *sys, UniHunkType_t type );
28void uniedit_diffCreateSysStr(
const StarSystem *sys, UniHunkType_t type,
30void uniedit_diffCreateSysStrAttr(
const StarSystem *sys, UniHunkType_t type,
32void uniedit_diffCreateSysInt(
const StarSystem *sys, UniHunkType_t type,
34void uniedit_diffCreateSysIntAttr(
const StarSystem *sys, UniHunkType_t type,
36void uniedit_diffCreateSysFloat(
const StarSystem *sys, UniHunkType_t type,
38void uniedit_diffCreateSysFloatAttr(
const StarSystem *sys, UniHunkType_t type,
void uniedit_open(unsigned int wid_unused, const char *unused)
Opens the system editor interface.
void uniedit_selectText(void)
Sets the selected system text.
Represents a single hunk in the diff.