sfcnr/pawno/include/irresistible/cnr/vip.inc
Lorenc 904ba4ccc2 * implement visage
* modularize casino games and security
2018-03-18 05:51:31 +11:00

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 )