Commit 6344b754050695413de329ad2b6af8fa3667a0ef
1 parent
ecd5edf4
Changes after PageTurnView moved to Devel API
Change-Id: I3c576c3efe4efb2e765c96ae69ddfa5cae1b6ebd
Showing
1 changed file
with
5 additions
and
1 deletions
examples/page-turn-view/page-turn-view-example.cpp
| 1 | /* | 1 | /* |
| 2 | - * Copyright (c) 2014 Samsung Electronics Co., Ltd. | 2 | + * Copyright (c) 2016 Samsung Electronics Co., Ltd. |
| 3 | * | 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. | 5 | * you may not use this file except in compliance with the License. |
| @@ -18,6 +18,10 @@ | @@ -18,6 +18,10 @@ | ||
| 18 | #include <dali/dali.h> | 18 | #include <dali/dali.h> |
| 19 | #include <dali-toolkit/dali-toolkit.h> | 19 | #include <dali-toolkit/dali-toolkit.h> |
| 20 | #include <dali-toolkit/devel-api/image-atlas/image-atlas.h> | 20 | #include <dali-toolkit/devel-api/image-atlas/image-atlas.h> |
| 21 | +#include <dali-toolkit/devel-api/controls/page-turn-view/page-factory.h> | ||
| 22 | +#include <dali-toolkit/devel-api/controls/page-turn-view/page-turn-landscape-view.h> | ||
| 23 | +#include <dali-toolkit/devel-api/controls/page-turn-view/page-turn-portrait-view.h> | ||
| 24 | +#include <dali-toolkit/devel-api/controls/page-turn-view/page-turn-view.h> | ||
| 21 | #include <dali/devel-api/images/atlas.h> | 25 | #include <dali/devel-api/images/atlas.h> |
| 22 | 26 | ||
| 23 | #include <assert.h> | 27 | #include <assert.h> |