Commit 1e6f6032 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40753
parent 2f418548
...@@ -23,16 +23,14 @@ ...@@ -23,16 +23,14 @@
#ifndef __CDPlayer__H__ #ifndef __CDPlayer__H__
#define __CDPlayer__H__ 1 #define __CDPlayer__H__ 1
#include <string.h>
#include <CoreFoundation/CoreFoundation.h> #include <CoreFoundation/CoreFoundation.h>
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#include <AudioUnit/AudioUnit.h> #include <AudioUnit/AudioUnit.h>
#include <AudioToolbox/AudioToolbox.h>
#include <SDL.h> #include "SDL.h"
#include <string.h>
#include <unistd.h> // for usleep
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
Makefile.in
Makefile
.libs
*.o
*.lo
*.la
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment