mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04: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
|