13 lines
248 B
C
Executable file
13 lines
248 B
C
Executable file
#pragma once
|
|
|
|
#include "MenuTutorial.h"
|
|
#include "texturepack.h"
|
|
#include "Quests.h"
|
|
#include "Network.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);
|