The Secret Order of Templates - C++ Plugin Skeleton (Templates.CppPluginSkeleton.0)
common.hpp
1#ifndef H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_AUTOGEN_COMMON_HPP
2#define H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_AUTOGEN_COMMON_HPP
3
4// This file has been autogenerated by 'cutehmi.skeleton.cpp' Qbs module. Do not modify!
5
6#include "platform.hpp" // IWYU pragma: export
7#include "metadata.hpp" // IWYU pragma: export
8#include "logging.hpp"
9
10#include <cutehmi/MPtr.hpp>
11#include <cutehmi/macros.hpp>
12
13#include <QtGlobal>
14
15#endif