Files

16 lines
6.0 KiB
Plaintext
Raw Permalink Normal View History

2023-04-13 17:30:38 +02:00
#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();
}