#ifndef	OPTIONS_H
#define	OPTIONS_H

#include	"gfxfunc.h"

void	SetupGFX(void);
int		FileRequestor(char *FileName, char *title);
void	MakeGameScreen(void);
void	IngameUpdate(void);
void	ErrorMessage(char *message);
#endif