Skip to content

Commit

Permalink
added haptic and messagebox
Browse files Browse the repository at this point in the history
  • Loading branch information
ev1313 committed Sep 17, 2013
1 parent 7e2ecc1 commit a0befac
Show file tree
Hide file tree
Showing 3 changed files with 1,270 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdl2.pas
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"sdl_events.h",
"sdl_error.h",
"sdl_gesture.h",
"sdl_haptic.h",
"sdl_joystick.h",
"sdl_keyboard.h",
"sdl_keycode.h",
"sdl_loadso.h"
"sdl_pixels.h",
"sdl_power.h",
"sdl_main.h",
"sdl_messagebox.h",
"sdl_mouse.h",
"sdl_mutex.h",
"sdl_rect.h",
Expand Down Expand Up @@ -78,6 +80,7 @@
{
Changelog:
----------
v.1.70-stable; 17.09.2013: added "sdl_messagebox.h" and "sdl_haptic.h"
v.1.63-stable; 16.09.2013: added libs sdl2_image and sdl2_ttf and added sdl_audio.h
v.1.62-stable; 03.09.2013: fixed.
v.1.61-stable; 02.09.2013: now it should REALLY work with Mac...
Expand Down Expand Up @@ -164,11 +167,13 @@ interface
{$I sdlsurface.inc}
{$I sdlshape.inc}
{$I sdlvideo.inc}
{$I sdlmessagebox.inc}
{$I sdlrenderer.inc}
{$I sdlscancode.inc}
{$I sdlkeyboard.inc}
{$I sdlmouse.inc}
{$I sdljoystick.inc}
{$I sdlhaptic.inc}
{$I sdltouch.inc}
{$I sdlgesture.inc}
{$I sdlevents.inc}
Expand Down
Loading

0 comments on commit a0befac

Please sign in to comment.