mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
13 lines
274 B
C++
13 lines
274 B
C++
/*
|
|
* GDevelop Core
|
|
* Copyright 2008-present Florian Rival (Florian.Rival@gmail.com). All rights
|
|
* reserved. This project is released under the MIT License.
|
|
*/
|
|
#include "MultipleInstructionMetadata.h"
|
|
|
|
#include "InstructionMetadata.h"
|
|
|
|
namespace gd {
|
|
|
|
} // namespace gd
|