Changeset 54

Show
Ignore:
Timestamp:
11/09/04 06:47:14 (4 years ago)
Author:
aldacron
Message:

[DerelictSDL]
* added missing module statement to image.d (thanks Clayasaurus)

Files:

Legend:

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

    r44 r54  
     1module derelict.sdl.image; 
     2 
    13/* 
    24    SDL_image:  An example image loading library for use with SDL 
     
    2022    slouken@libsdl.org 
    2123*/ 
     24 
    2225 
    2326private import derelict.sdl.sdl;