sfcnr/gamemodes/irresistible/cnr/features/visage/_visage.pwn
2018-09-10 07:09:35 +10:00

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"