mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-31 00:09:19 +01:00
Fixed warnings if compiling loopwave programs with C++.
This commit is contained in:
parent
9f8c1d779a
commit
dfa8fb3105
@ -30,7 +30,7 @@
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
SDL_AudioSpec spec;
|
||||
Uint8 *sound; /* Pointer to wave data */
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
struct
|
||||
static struct
|
||||
{
|
||||
SDL_AudioSpec spec;
|
||||
Uint8 *sound; /* Pointer to wave data */
|
||||
|
Loading…
Reference in New Issue
Block a user