#ifndef BASE_H
#define BASE_H

/*
 * Build the base layer of the map.
 */
void base (void);

#endif // BASE_H