Skip to content

Commit

Permalink
Updated for new APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 4, 2004
1 parent 6a49b7e commit f377bab
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/beos/exports/Makefile
Expand Up @@ -6,6 +6,8 @@ HEADERS = \
../../../../include/SDL_audio.h \
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
../../../../include/SDL_copying.h \
../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
Expand Down
4 changes: 4 additions & 0 deletions src/main/beos/exports/SDL.exp
Expand Up @@ -29,6 +29,10 @@ _SDL_CDResume
_SDL_CDStop
_SDL_CDEject
_SDL_CDClose
_SDL_HasRDTSC
_SDL_HasMMX
_SDL_Has3DNow
_SDL_HasSSE
_SDL_ReadLE16
_SDL_ReadBE16
_SDL_ReadLE32
Expand Down
1 change: 1 addition & 0 deletions src/main/macos/exports/Makefile
Expand Up @@ -7,6 +7,7 @@ HEADERS = \
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
../../../../include/SDL_copying.h \
../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
Expand Down
4 changes: 4 additions & 0 deletions src/main/macos/exports/SDL.x
Expand Up @@ -29,6 +29,10 @@
SDL_CDStop
SDL_CDEject
SDL_CDClose
SDL_HasRDTSC
SDL_HasMMX
SDL_Has3DNow
SDL_HasSSE
SDL_ReadLE16
SDL_ReadBE16
SDL_ReadLE32
Expand Down
1 change: 1 addition & 0 deletions src/main/macosx/exports/Makefile
Expand Up @@ -7,6 +7,7 @@ HEADERS = \
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
../../../../include/SDL_copying.h \
../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
Expand Down
4 changes: 4 additions & 0 deletions src/main/macosx/exports/SDL.x
Expand Up @@ -32,6 +32,10 @@
_SDL_CDStop
_SDL_CDEject
_SDL_CDClose
_SDL_HasRDTSC
_SDL_HasMMX
_SDL_Has3DNow
_SDL_HasSSE
_SDL_ReadLE16
_SDL_ReadBE16
_SDL_ReadLE32
Expand Down
1 change: 1 addition & 0 deletions src/main/win32/exports/Makefile
Expand Up @@ -7,6 +7,7 @@ HEADERS = \
../../../../include/SDL_byteorder.h \
../../../../include/SDL_cdrom.h \
../../../../include/SDL_copying.h \
../../../../include/SDL_cpuinfo.h \
../../../../include/SDL_endian.h \
../../../../include/SDL_error.h \
../../../../include/SDL_events.h \
Expand Down
4 changes: 4 additions & 0 deletions src/main/win32/exports/SDL.def
Expand Up @@ -29,6 +29,10 @@
SDL_CDStop
SDL_CDEject
SDL_CDClose
SDL_HasRDTSC
SDL_HasMMX
SDL_Has3DNow
SDL_HasSSE
SDL_ReadLE16
SDL_ReadBE16
SDL_ReadLE32
Expand Down

0 comments on commit f377bab

Please sign in to comment.