mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 10:46:44 -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
|
@ -1386,7 +1386,8 @@ void init_tracks();
|
|||
void recalc_volumes(int sector,int side);
|
||||
void play_effekt(int x,int y,int xd,int yd,int side,int sided,TMA_SOUND *p);
|
||||
void create_playlist(char *playlist);
|
||||
void play_next_music(char **c);
|
||||
const char *get_next_music_from_playlist();
|
||||
const char * end_of_song_callback(void *ctx);
|
||||
void purge_playlist();
|
||||
void restore_sound_names();
|
||||
void play_sample_at_sector(int sample,int sector1,int sector2,int track, char loop);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue