summaryrefslogtreecommitdiffstats
path: root/include/libbbs.h
blob: de042a03d5ff1a7a23eca75e6a0d669cbcba4ed2 (plain) (blame)
1
2
3
4
5
6
7
#ifndef _LIBBBS_H_
#define _LIBBBS_H_

extern int give_tax(int money);
extern const char* money_level(int money);

#endif