forked from AbleOS/ableos
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
application := @use("application.hb")
|
|
|
|
results := @use("results.hb")
|
|
errors := @use("errors.hb")
|
|
|
|
offsets := @use("offset.hb")
|
|
extends := @use("extends.hb")
|
|
|
|
rect := @use("rect.hb")
|
|
structures := @use("structures.hb")
|
|
instance := @use("instance.hb")
|
|
|
|
version := @use("version.hb")
|
|
|
|
init_vulkan := fn(): int {
|
|
return errors.IncompatibleDriver
|
|
} |