sound/sdl_s.h
author bjarni
Fri, 17 Feb 2006 20:24:17 +0000
changeset 3031 ea55e2750fff
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3611) -Feature: [OSX profiling] Shark (Xcode's profiling tool) can now relate CPU usage to lines in the source files
Now OSX users can tell what lines in the C code that keeps the CPU busy instead of just ASM code
Note: PROFILE needs to be enabled in Makefile.config for this to work
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif