#ifndef _MAIN_H_
	#define _MAIN_H_
	
extern char dir_path[128];

extern char **lgp;

enum
{
	lgpSaveAllBlocks,
	lgpEdit71,
	lgpEditBT,
	lgpSelect,
	lgpExit,
	lgpWrite,
	lgpBack,
	lgpQuest
};

#endif

