mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-28 10:04:47 -04:00
import sdl, some tests, nothing work yet
This commit is contained in:
parent
a7278bac40
commit
378b5586ab
37 changed files with 721 additions and 167 deletions
|
@ -19,7 +19,7 @@ extern "C" {
|
|||
#define DEV_DIRECTSOUND 9 //only valid device for this module
|
||||
|
||||
extern int bvolume;
|
||||
extern void (*konec_skladby)(char **jmeno);
|
||||
|
||||
|
||||
int sound_detect(int *dev,int *port,int *dma, int *irq);
|
||||
void set_mixing_device(int mix_dev,int mix_freq,...);
|
||||
|
@ -28,6 +28,7 @@ void stop_mixing();
|
|||
void play_sample(int channel,void *sample,int32_t size,int32_t lstart,int32_t sfreq,int type);
|
||||
void set_channel_volume(int channel,int left,int right);
|
||||
void init_winamp_plugins(const char *path);
|
||||
void set_end_of_song_callback(const char * (*cb)(void *), void *ctx);
|
||||
|
||||
void fade_music();
|
||||
int mix_back_sound(int synchro);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue