mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-07-31 01:15:55 -04:00
21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
/***** INCLUDES ********************************************************/
|
|
include library.sui;
|
|
include library.utils;
|
|
include library.prose;
|
|
include library.money;
|
|
include library.gambling;
|
|
|
|
/***** INHERITS ********************************************************/
|
|
inherits gambling.base.default_interface;
|
|
|
|
/***** CONSTANTS *******************************************************/
|
|
|
|
|
|
/***** TRIGGERS ********************************************************/
|
|
|
|
|
|
/***** HANDLERS ********************************************************/
|
|
|
|
|
|
/***** FUNCTIONS ********************************************************/
|