godot/drivers/ogg/SCsub

10 lines
104 B
Plaintext

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