Version 1.5.0
Big Refactor
This commit is contained in:
parent
3b2a0f4de8
commit
d2f7796b79
49 changed files with 5306 additions and 3590 deletions
|
@ -2,7 +2,6 @@
|
|||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <3ds.h>
|
||||
|
||||
#include "Globals.h"
|
||||
|
@ -10,7 +9,6 @@
|
|||
float nextFloat();
|
||||
double sample(double * values, int x, int y);
|
||||
double * Noise(int w, int h, int featureSize);
|
||||
void newSeed();
|
||||
void createAndValidateTopMap(int w, int h, int level, u8 * map, u8 * data);
|
||||
void createTopMap(int w, int h, int level, u8 * map, u8 * data);
|
||||
void createAndValidateUndergroundMap(int w, int h, int depthLevel, int level, u8 * map, u8 * data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue