GDevelop JS Platform
Platform for developing HTML5/Javascript based games with GDevelop
GDJS
Extensions
Builtin
AdvancedExtension.h
1
/*
2
* GDevelop JS Platform
3
* Copyright 2008-2016 Florian Rival (
[email protected]
). All rights
4
* reserved. This project is released under the MIT License.
5
*/
6
#ifndef ADVANCEDEXTENSION_H
7
#define ADVANCEDEXTENSION_H
8
#include "GDCore/Extensions/PlatformExtension.h"
9
10
namespace
gdjs {
11
17
class
AdvancedExtension
:
public
gd::PlatformExtension {
18
public
:
19
AdvancedExtension
();
20
virtual
~
AdvancedExtension
(){};
21
};
22
23
}
// namespace gdjs
24
#endif
// ADVANCEDEXTENSION_H
gdjs::AdvancedExtension
Built-in extension providing "Always" condition.
Definition:
AdvancedExtension.h:17
Generated by
1.9.1