summaryrefslogtreecommitdiff
path: root/include/gui/pictureframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/pictureframe.h')
-rw-r--r--include/gui/pictureframe.h11
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*/
13CartesianVector savedPoint; 16CartesianVector savedPoint;
14 17