summaryrefslogtreecommitdiff
path: root/src/store.hpp
blob: 0f189167190e8af0ddceda6919cdcfaf1acda337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

void do_cmd_store();
void store_shuffle(int which);
void store_maint(int town_num, int store_num);
void store_init(int town_num, int store_num);
void do_cmd_home_trump();
void store_sell();
void store_purchase();
void store_examine();
void store_stole();
void store_prt_gold();