mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
19 lines
269 B
C++
19 lines
269 B
C++
|
|
/*
|
||
|
|
* OffsetProperty.cpp
|
||
|
|
*
|
||
|
|
* Created on: 8 jul 2015
|
||
|
|
* Author: erik
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "OffsetProperty.h"
|
||
|
|
|
||
|
|
OffsetProperty::OffsetProperty() {
|
||
|
|
// TODO Auto-generated constructor stub
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
OffsetProperty::~OffsetProperty() {
|
||
|
|
// TODO Auto-generated destructor stub
|
||
|
|
}
|
||
|
|
|