Plasma Engine  2.0
Loading...
Searching...
No Matches
EditorPluginFmodPCH.h
1#pragma once
2
3#include <Foundation/Basics.h>
4
5// <StaticLinkUtil::StartHere>
6// all include's before this will be left alone and not replaced by the StaticLinkUtil
7// all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library
8
9#include <EditorPluginFmod/EditorPluginFmodDLL.h>
10
11
12#include <EditorFramework/EditorApp/EditorApp.moc.h>
13#include <Foundation/Reflection/Reflection.h>
14#include <Foundation/Strings/StringBuilder.h>
15#include <Foundation/Strings/TranslationLookup.h>
16#include <GuiFoundation/Action/ActionMapManager.h>
17#include <GuiFoundation/PropertyGrid/PropertyGridWidget.moc.h>
18#include <GuiFoundation/UIServices/ImageCache.moc.h>
19#include <ToolsFoundation/Reflection/ToolsReflectionUtils.h>
20
21#include <QLabel>
22#include <QLayout>