TwiceAsNice
2019-02-18
|
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "growth.h"
Functions | |
void | initgrowth () |
void | endgrowth () |
void | makeavergrowth (picstruct *field, picstruct *wfield, objstruct *obj) |
Variables | |
static double * | growth |
static int | ngrowth |
static obj2struct * | obj2 = &outobj2 |
void endgrowth | ( | void | ) |
void initgrowth | ( | void | ) |
|
static |
|
static |
|
static |