forked from AbleOS/ableos
koniifer
1eee33ce8b
move dt_api to stn for ease of use do away with now redundant strobe example (colour example is basically strobe now)
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
acs := @use("acs.hb")
|
|
string := @use("string.hb")
|
|
log := @use("log.hb")
|
|
memory := @use("memory.hb")
|
|
buffer := @use("buffer.hb")
|
|
math := @use("math.hb")
|
|
random := @use("random.hb")
|
|
file := @use("file_io.hb")
|
|
dt := @use("dt.hb") |