
Added some small new map generation features Added "NPCs" and "Quests" (atleast a first experiment for them) Added magic compass to make search for stairs leass annoying Added mostly visual season and weather effects
12 lines
227 B
C
12 lines
227 B
C
#pragma once
|
|
|
|
#include "MenuTutorial.h"
|
|
#include "texturepack.h"
|
|
#include "Quests.h"
|
|
|
|
void initMenus();
|
|
|
|
void renderMenu(int menu,int xscr,int yscr);
|
|
void tickMenu(int menu);
|
|
|
|
void menuRenderTilePit(int x,int y,int xt,int yt);
|