#include <libintl.h>
#include <locale.h>
#include "level.h"
#include "monster.h"
#include "io.h"
#include "generalfunc.h"
#include "npc.h"
#include "leveledit.h"
#include "main.h"
#include "load.h"
#include "save.h"
#include <stdlib.h>
#include <string.h>
Functions | |
void | add_cell (struct cell *level, struct dot topleft, struct dot bottomright, struct cell c, int columns) |
void | selectrect (struct dot topleft, struct dot bottomright) |
int | main (int argc, char *argv[]) |
Variables | |
int | x_offset |
int | y_offset |
void add_cell | ( | struct cell * | level, | |
struct dot | topleft, | |||
struct dot | bottomright, | |||
struct cell | c, | |||
int | columns | |||
) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
int x_offset |
int y_offset |