Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 10, 2003
1 parent c119fbb commit ede9eb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/cdrom/macosx/CDPlayer.h
Expand Up @@ -23,16 +23,14 @@
#ifndef __CDPlayer__H__
#define __CDPlayer__H__ 1

#include <string.h>

#include <CoreFoundation/CoreFoundation.h>
#include <Carbon/Carbon.h>

#include <AudioUnit/AudioUnit.h>
#include <AudioToolbox/AudioToolbox.h>

#include <SDL.h>

#include <string.h>
#include <unistd.h> // for usleep
#include "SDL.h"

#ifdef __cplusplus
extern "C" {
Expand Down
6 changes: 6 additions & 0 deletions src/cdrom/mint/.cvsignore
@@ -0,0 +1,6 @@
Makefile.in
Makefile
.libs
*.o
*.lo
*.la

0 comments on commit ede9eb3

Please sign in to comment.