1#include <Foundation/FoundationInternal.h>
2PL_FOUNDATION_INTERNAL_HEADER
4#include <Foundation/Configuration/Plugin.h>
6using plPluginModule =
void*;
8bool plPlugin::PlatformNeedsPluginCopy()
10 PL_ASSERT_NOT_IMPLEMENTED;
16 PL_ASSERT_NOT_IMPLEMENTED;
21 PL_ASSERT_NOT_IMPLEMENTED;
28 PL_ASSERT_NOT_IMPLEMENTED;
plStringBuilder is a class that is meant for creating and modifying strings.
Definition StringBuilder.h:35
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54