7 #if defined(GD_IDE_ONLY)
8 #ifndef PLATFORMMANAGER_H
9 #define PLATFORMMANAGER_H
12 #include "GDCore/Extensions/Platform.h"
30 bool AddPlatform(std::shared_ptr<gd::Platform> newPlatform);
43 return platformsLoaded;
47 if (NULL == _singleton) {
51 return (
static_cast<PlatformManager *
>(_singleton));
61 if (NULL != _singleton) {
68 std::vector<std::shared_ptr<gd::Platform> > platformsLoaded;
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24