Import(
	[
		"env",
	]
)

vbufBaseObjs = [
	env.Object(x)
	for x in (
		"storage.cpp",
		"utils.cpp",
		"backend.cpp",
	)
]

Return("vbufBaseObjs")
