Last change
on this file was 664, checked in by chronos, 3 days ago |
- Added: Ability to play music in background in start screen and in-game. Used uos as audio library.
|
File size:
491 bytes
|
Line | |
---|
1 | { This file was automatically created by Lazarus. Do not edit!
|
---|
2 | This source is only used to compile and install the package.
|
---|
3 | }
|
---|
4 |
|
---|
5 | unit laz_uos;
|
---|
6 |
|
---|
7 | {$warn 5023 off : no warning about unused units}
|
---|
8 | interface
|
---|
9 |
|
---|
10 | uses
|
---|
11 | uos_flat, uos, uos_aac, uos_bs2b, uos_cdrom, uos_dsp_noiseremoval,
|
---|
12 | uos_dsp_utils, uos_fdkaacdecoder, uos_httpgetthread, uos_jni,
|
---|
13 | uos_libsndfile, uos_libxmp, uos_mpg123, uos_opus, uos_OpusFile, uos_Opusurl,
|
---|
14 | uos_portaudio, uos_shout, uos_soundtouch;
|
---|
15 |
|
---|
16 | implementation
|
---|
17 |
|
---|
18 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.