mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
16 lines
385 B
C++
16 lines
385 B
C++
/*
|
|
* GDevelop Core
|
|
* Copyright 2008-present Florian Rival (Florian.Rival@gmail.com). All rights
|
|
* reserved. This project is released under the MIT License.
|
|
*/
|
|
#include "MeasurementUnitElement.h"
|
|
#include "GDCore/Serialization/SerializerElement.h"
|
|
#include "GDCore/String.h"
|
|
#include <vector>
|
|
|
|
namespace gd {
|
|
|
|
MeasurementUnitElement::~MeasurementUnitElement() {}
|
|
|
|
} // namespace gd
|