TwiceAsNice
2019-02-18
|
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "extract.h"
#include "plist.h"
Functions | |
void | lutzalloc (int width, int height) |
void | lutzfree () |
int | lutz (objliststruct *objlistroot, int nroot, objstruct *objparent, objliststruct *objlist) |
void | lutzsort (infostruct *info, objliststruct *objlist) |
Variables | |
static infostruct * | info |
static infostruct * | store |
static char * | marker |
static status * | psstack |
static int * | start |
static int * | end |
static int * | discan |
static int | xmin |
static int | ymin |
static int | xmax |
static int | ymax |
int lutz | ( | objliststruct * | objlistroot, |
int | nroot, | ||
objstruct * | objparent, | ||
objliststruct * | objlist | ||
) |
void lutzalloc | ( | int | width, |
int | height | ||
) |
void lutzfree | ( | void | ) |
void lutzsort | ( | infostruct * | info, |
objliststruct * | objlist | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |