Plasma Engine  2.0
Loading...
Searching...
No Matches
FileservePluginPCH.h
1#pragma once
2
3#include <Foundation/Basics.h>
4#include <Foundation/Configuration/Plugin.h>
5#include <Foundation/Configuration/Startup.h>
6#include <Foundation/IO/FileSystem/FileSystem.h>
7#include <Foundation/IO/OSFile.h>
8#include <Foundation/Logging/Log.h>
9
10// <StaticLinkUtil::StartHere>
11// all include's before this will be left alone and not replaced by the StaticLinkUtil
12// all include's AFTER this will be removed by the StaticLinkUtil and updated by what is actually used throughout the library
13
14#include <FileservePlugin/FileservePluginDLL.h>
15
16#include <Foundation/Logging/Log.h>
17#include <Foundation/Strings/StringBuilder.h>