14 lines
300 B
PHP
14 lines
300 B
PHP
|
/*
|
||
|
* 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 )
|