94aaa471b2
new class selection blackjack improvements
20 lines
389 B
PHP
20 lines
389 B
PHP
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc Pekaj
|
|
* Module: cities.inc
|
|
* Purpose: definitions of cities
|
|
*/
|
|
|
|
/* ** Configuration ** */
|
|
#define ENABLE_CITY_LV true
|
|
#define ENABLE_CITY_LS true
|
|
|
|
/* ** Definitions ** */
|
|
#define MAX_CITIES 3
|
|
|
|
#define CITY_SF 0
|
|
#define CITY_LV 1
|
|
#define CITY_LS 2
|
|
#define CITY_DESERTS 3
|
|
#define CITY_COUNTRY 4
|