mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
19 lines
369 B
C++
19 lines
369 B
C++
/*
|
|
* 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
|