ID:158310
 
How do I include a file in the rsc that isn't automatically included there?

I have this .ogg music file and I compiled my game with that file in the same folder but it wasn't included.

I want to be able to play the file as the theme song for the game but I don't know how to do this.

Thanks.
It will include the .ogg file automatically if you have it between '' anywhere in the source.

So something like, usr << 'sound.ogg', will automatically include it in the source.