Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
/*
* File: map_editor.h
* Author: KRIK
*
* Created on 8 Èþëü 2009 ã., 10:55
*/
#ifndef _MAP_EDITOR_H
#define _MAP_EDITOR_H
extern u8 editor_map[];
void startMapEditor();
extern u8 map_editor_map_ready;
#endif /* _MAP_EDITOR_H */