GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
GDCore
IDE
ProjectStripper.h
1
/*
2
* GDevelop Core
3
* Copyright 2008-2016 Florian Rival (
[email protected]
). All rights
4
* reserved. This project is released under the MIT License.
5
*/
6
#ifndef GDCORE_PROJECTSTRIPPER_H
7
#define GDCORE_PROJECTSTRIPPER_H
8
namespace
gd
{
9
class
Project;
10
}
11
namespace
gd
{
12
class
String;
13
}
14
15
namespace
gd
{
16
21
class
GD_CORE_API
ProjectStripper
{
22
public
:
29
static
void
StripProjectForExport(
gd::Project
& project);
30
31
private
:
32
ProjectStripper
(){};
33
virtual
~
ProjectStripper
(){};
34
};
35
36
}
// namespace gd
37
38
#endif
// GDCORE_PROJECTSTRIPPER_H
gd::Project
Base class representing a project (game), including all resources, scenes, objects,...
Definition:
Project.h:51
gd::ProjectStripper
Tool class providing methods to strip useless data for a project after it has been exported.
Definition:
ProjectStripper.h:21
gd
Definition:
CommonTools.h:24
Generated by
1.9.1