/** GDevelop - SystemInfo Extension Copyright (c) 2016 Florian Rival (Florian.Rival@gmail.com) This project is released under the MIT License. */ #ifndef SYSTEMINFO_H_INCLUDED #define SYSTEMINFO_H_INCLUDED namespace SystemInfo { bool GD_EXTENSION_API IsMobile(); } #endif