GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Tool class providing methods to strip useless data for a project after it has been exported. More...
#include <ProjectStripper.h>
Static Public Member Functions | |
static void | StripProjectForExport (gd::Project &project) |
Create a stripped version of the project for export: Objects groups are deleted as well as all events. More... | |
Tool class providing methods to strip useless data for a project after it has been exported.
|
static |
Create a stripped version of the project for export: Objects groups are deleted as well as all events.
project | The project to be stripped. |