From 6e4dfc8eb51d0a60b9f466412ca497bae475a0f8 Mon Sep 17 00:00:00 2001 From: EXetoC Date: Thu, 18 Jul 2013 20:28:09 +0200 Subject: Add missing SDL symbols. --- lib/wrappers/sdl/sdl_image.nim | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/wrappers') diff --git a/lib/wrappers/sdl/sdl_image.nim b/lib/wrappers/sdl/sdl_image.nim index 16e41070b..538a8a6f5 100644 --- a/lib/wrappers/sdl/sdl_image.nim +++ b/lib/wrappers/sdl/sdl_image.nim @@ -163,6 +163,15 @@ proc IMG_Linked_Version*(): Pversion{.importc: "IMG_Linked_Version", # surface afterwards by calling: # SDL_SetColorKey(image, SDL_RLEACCEL, image.format.colorkey); # + +const + IMG_INIT_JPG* = 0x00000001 + IMG_INIT_PNG* = 0x00000002 + IMG_INIT_TIF* = 0x00000004 + IMG_INIT_WEBP* = 0x00000008 + +proc IMG_Init*(flags: cint): int {.cdecl, importc: "IMG_Init".} +proc IMG_Quit*() {.cdecl, importc: "IMG_Quit".} proc IMG_LoadTyped_RW*(src: PRWops, freesrc: cint, theType: cstring): PSurface{. cdecl, importc: "IMG_LoadTyped_RW", dynlib: ImageLibName.} # Convenience functions -- cgit 1.4.1-2-gfad0