From 0184b8834b165440f01d375daa8c13f5880fef46 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 8 Feb 2017 13:28:39 +0300 Subject: [PATCH] Document include path convention change --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8049f9f..ba1ca60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added * ```Window::GetOpacity()``` and ```Window()::SetOpacity()``` wrappers for functions appeared in SDL 2.0.5 +### Changed +* libSDL2pp now follows SDL2 include path conventions, finding and using SDL2 headers without SDL2/ prefix + ## 0.13.0 - 2016-11-08 ### Fixed * Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()```