mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
gcc-4.0 fixes. even found some bugs :) (names /not/ mangled this time)
This commit is contained in:
parent
fd54b1a245
commit
501180aaac
45 changed files with 100 additions and 100 deletions
|
@ -51,8 +51,8 @@ typedef struct snd_output_funcs_s {
|
|||
} snd_output_funcs_t;
|
||||
|
||||
typedef struct snd_output_data_s {
|
||||
int *soundtime;
|
||||
int *paintedtime;
|
||||
unsigned *soundtime;
|
||||
unsigned *paintedtime;
|
||||
} snd_output_data_t;
|
||||
|
||||
#endif // __QF_plugin_snd_output_h_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue