Changeset 97

Show
Ignore:
Timestamp:
03/03/05 13:10:20 (4 years ago)
Author:
aldacron
Message:

[DerelictSDL]
* SDL_Quit was incorrectly declared with an int return type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictSDL/derelict/sdl/sdl.d

    r91 r97  
    6969typedef int function(Uint32) pfSDL_QuitSubSystem; 
    7070typedef int function(Uint32) pfSDL_WasInit; 
    71 typedef int function() pfSDL_Quit; 
     71typedef void function() pfSDL_Quit; 
    7272pfSDL_Init    SDL_Init; 
    7373pfSDL_InitSubSystem  SDL_InitSubSystem;