소스 검색

Remove a duplicate definition that is already in SDL_guid.h

hwsmm 1 년 전
부모
커밋
6a62c54b93
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      include/SDL3/SDL_joystick.h

+ 0 - 2
include/SDL3/SDL_joystick.h

@@ -821,8 +821,6 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetJoystickSerial(SDL_Joystick *joy
  */
 extern SDL_DECLSPEC SDL_JoystickType SDLCALL SDL_GetJoystickType(SDL_Joystick *joystick);
 
-extern SDL_DECLSPEC SDL_GUID SDLCALL SDL_GUIDFromString(const char *pchGUID);
-
 /**
  * Get the device information encoded in a SDL_GUID structure.
  *