ultimatepp/bazaar/SDL/SDL.upp
koldo b70af542d0 *SDL: Fixed .h
git-svn-id: svn://ultimatepp.org/upp/trunk@5755 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-02-02 16:05:13 +00:00

21 lines
295 B
Text

description "SDL in an U++ control\377";
uses
Core,
CtrlLib;
library(WIN32) SDL;
library(LINUX) SDL;
library(FREEBSD) "SDL SDLmain X11 Xext Xrandr Xrender vga vgl aa usbhid ncurses";
file
SDLCtrl.cpp,
SDLCtrl.h,
SDLCtrl.usc,
SDLCtrl.iml,
SDLSurface.cpp,
SDLWrapper.h,
srcdoc.tpp;