godot/drivers/ogg/SCsub

11 lines
105 B
Plaintext

Import('env')
ogg_sources = [
"ogg/bitwise.c",
"ogg/framing.c",
]
env.drivers_sources+=ogg_sources