mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
*** empty log message ***
This commit is contained in:
@@ -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" {
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user