diff options
author | pacien | 2018-01-09 02:02:39 +0100 |
---|---|---|
committer | pacien | 2018-01-09 02:02:39 +0100 |
commit | 5980fa86c1fc90849102bbc24679423f978e2a50 (patch) | |
tree | 2dee06a66c5fb05b3fc2276ff4789f5ecbc599c6 /include/gui/pictureframe.h | |
parent | 0375e906c5cf767cce441ff6eb00875b63f5ca8b (diff) | |
download | morpher-5980fa86c1fc90849102bbc24679423f978e2a50.tar.gz |
Add authorship info in headers doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/gui/pictureframe.h')
-rw-r--r-- | include/gui/pictureframe.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/gui/pictureframe.h b/include/gui/pictureframe.h index a070190..f6edbf6 100644 --- a/include/gui/pictureframe.h +++ b/include/gui/pictureframe.h | |||
@@ -1,14 +1,17 @@ | |||
1 | #ifndef UPEM_MORPHING_PITUREFRAME | 1 | #ifndef UPEM_MORPHING_PITUREFRAME |
2 | #define UPEM_MORPHING_PITUREFRAME | 2 | #define UPEM_MORPHING_PITUREFRAME |
3 | 3 | ||
4 | #include "morpher/morphing.h" | ||
5 | #include "painter/canvas.h" | ||
6 | #include "component.h" | ||
7 | |||
8 | /** | 4 | /** |
9 | * File: pictureframe.h | 5 | * File: pictureframe.h |
6 | * | ||
7 | * Author: | ||
8 | * Adam NAILI | ||
10 | */ | 9 | */ |
11 | 10 | ||
11 | #include "morpher/morphing.h" | ||
12 | #include "painter/canvas.h" | ||
13 | #include "component.h" | ||
14 | |||
12 | /*Needed storage point to share memory between the origin PictureFrame and the target PictureFrame. It ables to cancel the Add constraint functionality*/ | 15 | /*Needed storage point to share memory between the origin PictureFrame and the target PictureFrame. It ables to cancel the Add constraint functionality*/ |
13 | CartesianVector savedPoint; | 16 | CartesianVector savedPoint; |
14 | 17 | ||