904ba4ccc2
* modularize casino games and security
14 lines
300 B
C++
14 lines
300 B
C++
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc Pekaj
|
|
* Module: vip.inc
|
|
* Purpose: vip associated information
|
|
*/
|
|
|
|
/* ** Definitions ** */
|
|
#define VIP_REGULAR ( 1 )
|
|
#define VIP_BRONZE ( 2 )
|
|
#define VIP_GOLD ( 3 )
|
|
#define VIP_PLATINUM ( 4 )
|
|
#define VIP_DIAMOND ( 5 )
|