comparison Samples/Sdl/TrackerSampleApp.h @ 737:4d69256d2a46

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 08:43:41 +0200
parents 28b9e3a54200
children 07adcffba38c
comparison
equal deleted inserted replaced
736:c0fcb2757b0a 737:4d69256d2a46
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include <Framework/Scene2DViewport/PointerTypes.h>
22 21
23 #include <Framework/Messages/IObserver.h> 22 #include "../../Framework/Messages/IObserver.h"
24 23 #include "../../Framework/Scene2D/OpenGLCompositor.h"
25 #include <Framework/Scene2D/OpenGLCompositor.h> 24 #include "../../Framework/Scene2DViewport/IFlexiblePointerTracker.h"
26 25 #include "../../Framework/Scene2DViewport/MeasureTools.h"
27 #include <Framework/Scene2DViewport/ViewportController.h> 26 #include "../../Framework/Scene2DViewport/PointerTypes.h"
28 #include <Framework/Scene2DViewport/IFlexiblePointerTracker.h> 27 #include "../../Framework/Scene2DViewport/ViewportController.h"
29 #include <Framework/Scene2DViewport/MeasureTools.h>
30 28
31 #include <SDL.h> 29 #include <SDL.h>
32 30
33 #include <boost/make_shared.hpp> 31 #include <boost/make_shared.hpp>
34 #include <boost/shared_ptr.hpp> 32 #include <boost/shared_ptr.hpp>