mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 18:31:52 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -9,7 +9,7 @@
|
|||
typedef struct t_wave
|
||||
{
|
||||
unsigned short wav_mode,chans;
|
||||
long freq,bps;
|
||||
int32_t freq,bps;
|
||||
}T_WAVE;
|
||||
|
||||
char *find_chunk(char *wav,char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue