/[LeafOK_CVS]/lbbs/utils/game/money.h
ViewVC logotype

Annotation of /lbbs/utils/game/money.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations)
Tue Nov 4 14:58:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.5: +1 -1 lines
Content type: text/x-chdr
Refine file header information comments

1 sysadm 1.5 /* SPDX-License-Identifier: GPL-3.0-or-later */
2     /*
3     * money
4     * - basic operations of user money
5     *
6 sysadm 1.6 * Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com>
7 sysadm 1.5 */
8 sysadm 1.4
9 sysadm 1.2 #ifndef _MONEY_H_
10     #define _MONEY_H_
11 sysadm 1.1
12 sysadm 1.3 #define USER_MONEY_MAX 1000000000 // 1 billion
13    
14     extern int BBS_user_money;
15    
16     extern int money_balance();
17     extern int money_deposit(int money);
18     extern int money_withdraw(int money);
19     extern int money_refresh(void);
20    
21 sysadm 1.1 #endif

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1