1
0
Fork 0
mirror of https://github.com/leozide/leocad synced 2025-02-17 21:33:22 +01:00
leocad/common/object.cpp
2014-09-05 00:24:28 +00:00

12 lines
167 B
C++

#include "lc_global.h"
#include "object.h"
#include "lc_file.h"
lcObject::lcObject(lcObjectType ObjectType)
: mObjectType(ObjectType)
{
}
lcObject::~lcObject()
{
}