forked from AbleOS/ableos
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
acs := @use("rel:acs.hb")
|
|
|
|
string := @use("rel:string.hb")
|
|
log := @use("rel:log.hb")
|
|
memory := @use("rel:memory.hb")
|
|
buffer := @use("rel:buffer.hb")
|
|
math := @use("rel:math.hb")
|
|
random := @use("rel:random.hb")
|
|
pci := @use("rel:pci.hb")
|
|
file := @use("rel:file_io.hb") |