Skip to content

Commit

Permalink
added SDL_ENABLE(XD)
Browse files Browse the repository at this point in the history
  • Loading branch information
plichard committed Jan 17, 2010
1 parent a5edc06 commit 3d0c497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdl/Sdl.ooc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ use sdl
SDL_QUIT: extern(SDL_QUIT) const Int
SDL_KEYDOWN: extern(SDL_KEYDOWN) const Int
SDL_KEYUP: extern(SDL_KEYUP) const Int
SDL_ENABLE: extern(SDL_ENABLE) const Int
SDL_DISABLE: extern(SDL_DISABLE) const Int
SDL_GRAB_ON: extern(SDL_GRAB_ON) const Int

Expand Down

0 comments on commit 3d0c497

Please sign in to comment.