/* * GDevelop Core * Copyright 2008-2016 Florian Rival (Florian.Rival@gmail.com). All rights * reserved. This project is released under the MIT License. */ #include "GDCore/IDE/CaptureOptions.h" #include "GDCore/String.h" using namespace std; namespace gd { Screenshot::Screenshot() {} CaptureOptions::CaptureOptions() {} } // namespace gd