Changed obsolete stuff.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@218 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "sndlib.h"
|
#include "sndlib.h"
|
||||||
#include "SDL_wrapper.h"
|
#include "starcon.h"
|
||||||
|
#include "libs/sound/sound_common.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
InitSound (argc, argv);
|
// InitSound (argc, argv);
|
||||||
|
TFB_InitSound (TFB_SOUNDDRIVER_SDL, 0, 44100);
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user