16 lines
6.0 KiB
Plaintext
16 lines
6.0 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
#using scripts\shared\callbacks_shared;
|
|
#using scripts\shared\system_shared;
|
|
#using scripts\shared\bb_shared;
|
|
|
|
|
|
|
|
#namespace bb;
|
|
|
|
function autoexec __init__sytem__() { system::register("bb",&__init__,undefined,undefined); }
|
|
|
|
function __init__()
|
|
{
|
|
bb::init_shared();
|
|
}
|