*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40753
This commit is contained in:
parent
2f418548e3
commit
1e6f6032b2
2 changed files with 9 additions and 5 deletions
|
@ -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" {
|
||||||
|
|
6
src/cdrom/mint/.cvsignore
Normal file
6
src/cdrom/mint/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
.libs
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.la
|
Loading…
Add table
Add a link
Reference in a new issue