From e47d067c5da78da1ca6146c56f7ef4d567b4c087 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 20 Dec 2014 00:08:14 +0000 Subject: This library provides C++11 bindings/wrapper over a subset of SDL2 functions with extra features proided with modern C++ such as: * RAII-style initialization and destruction * Full error checking: exception is thrown if any SDL function fails. Exception itself allows to retrieve SDL error string * C++11 move semantics support, which allow you to store SDL objects in containers and pass/return them by value with no overhead WWW: https://github.com/AMDmi3/libSDL2pp --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index f34201246874..01ec1e25e3eb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4648,6 +4648,7 @@ SUBDIR += scons SUBDIR += sdl12 SUBDIR += sdl20 + SUBDIR += sdl2pp SUBDIR += sdl_console SUBDIR += sdl_gnat SUBDIR += sdl_sge -- cgit v1.2.3