mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Updated for new APIs
This commit is contained in:
parent
8858a659db
commit
70f75c90cf
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@
|
|||
SDL_CDStop
|
||||
SDL_CDEject
|
||||
SDL_CDClose
|
||||
SDL_HasRDTSC
|
||||
SDL_HasMMX
|
||||
SDL_Has3DNow
|
||||
SDL_HasSSE
|
||||
SDL_ReadLE16
|
||||
SDL_ReadBE16
|
||||
SDL_ReadLE32
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -32,6 +32,10 @@
|
|||
_SDL_CDStop
|
||||
_SDL_CDEject
|
||||
_SDL_CDClose
|
||||
_SDL_HasRDTSC
|
||||
_SDL_HasMMX
|
||||
_SDL_Has3DNow
|
||||
_SDL_HasSSE
|
||||
_SDL_ReadLE16
|
||||
_SDL_ReadBE16
|
||||
_SDL_ReadLE32
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@
|
|||
SDL_CDStop
|
||||
SDL_CDEject
|
||||
SDL_CDClose
|
||||
SDL_HasRDTSC
|
||||
SDL_HasMMX
|
||||
SDL_Has3DNow
|
||||
SDL_HasSSE
|
||||
SDL_ReadLE16
|
||||
SDL_ReadBE16
|
||||
SDL_ReadLE32
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user