summaryrefslogtreecommitdiff
path: root/src/loadsave.hpp
blob: 01a3cb877910328e97717b8b375c4ddd9730e0b5 (plain)
1
2
3
4
5
6
7
#pragma once

#include "h-basic.h"

bool_ file_exist(cptr buf);
bool_ load_dungeon(char *ext);
bool_ load_player();