7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
#define STARTING_PAYCHECK 50
|
|
|
|
//ID bank account support defines.
|
|
#define ID_NO_BANK_ACCOUNT 0
|
|
#define ID_FREE_BANK_ACCOUNT 1
|
|
#define ID_LOCKED_BANK_ACCOUNT 2
|