Lephisto/src/map.h

10 lines
113 B
C

#pragma once
// Open the map window.
void map_open(void);
// Misc.
void map_clear(void);
void map_jump(void);