16 lines
589 B
Plaintext
16 lines
589 B
Plaintext
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc Pekaj
|
|
* Module: visage/visage.pwn
|
|
* Purpose: encloses all visage/casino related modules (warning: order of includes is very important)
|
|
*/
|
|
|
|
/* ** Includes ** */
|
|
#include "irresistible\features\visage\roulette.pwn"
|
|
#include "irresistible\features\visage\blackjack.pwn"
|
|
#include "irresistible\features\visage\poker.pwn"
|
|
#include "irresistible\features\visage\fireworks.pwn"
|
|
#include "irresistible\features\visage\casino.pwn"
|
|
#include "irresistible\features\visage\apartments.pwn"
|
|
#include "irresistible\features\visage\boxing.pwn"
|