TwiceAsNice
2019-02-18
|
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "check.h"
#include "clean.h"
#include "flag.h"
#include "image.h"
Functions | |
void | initclean (void) |
void | endclean (void) |
int | clean (picstruct *field, picstruct *dfield, int objnb, objliststruct *objlistin) |
void | addcleanobj (objstruct *objin) |
void | mergeobject (objstruct *objslave, objstruct *objmaster) |
void | subcleanobj (int objnb) |
Variables | |
static LONG * | cleanvictim |
void addcleanobj | ( | objstruct * | objin | ) |
int clean | ( | picstruct * | field, |
picstruct * | dfield, | ||
int | objnb, | ||
objliststruct * | objlistin | ||
) |
void endclean | ( | void | ) |
void initclean | ( | void | ) |
void subcleanobj | ( | int | objnb | ) |
|
static |