13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc
|
|
* Module: cnr\vip\_vip.pwn
|
|
* Purpose: encloses all vip modules & components (cnr)
|
|
*/
|
|
|
|
/* ** Includes ** */
|
|
#include "irresistible\cnr\features\vip\coin_market.pwn"
|
|
#include "irresistible\cnr\features\vip\coin_generation.pwn"
|
|
#include "irresistible\cnr\features\vip\redeem_code.pwn"
|
|
#include "irresistible\cnr\features\vip\player_market.pwn"
|