level.c File Reference

#include "main.h"
#include "level.h"
#include "save.h"
#include "cell.h"
#include <stdio.h>
#include "save.h"
#include "monster.h"
#include "npc.h"
#include "functions.h"
#include <stdlib.h>
#include <ncurses.h>
#include <math.h>
#include <string.h>
Include dependency graph for level.c:
This graph shows which files directly or indirectly include this file:

Functions

void init_main_cells ()
void * createlevel (int columns, int rows)
void drawlevel (struct cell *level, int columns, int rows, int orient)
void destroylevel (void *level, int size)

Variables

struct cell wallh wallv
initcell door_closed fl
passage 
door_locked

Function Documentation

void* createlevel ( int  columns,
int  rows 
)

Here is the call graph for this function:

void destroylevel ( void *  level,
int  size 
)
void drawlevel ( struct cell level,
int  columns,
int  rows,
int  orient 
)
void init_main_cells (  ) 

Variable Documentation

struct cell wallh wallv initcell door_closed fl passage door_locked
Generated on Mon Nov 15 10:26:53 2010 for Tales of Paraverse by  doxygen 1.6.3