diff --git a/engine/samples/assets/bridge/page.md b/engine/samples/assets/bridge/page.md index 380cc8041b..7c67ae720d 100644 --- a/engine/samples/assets/bridge/page.md +++ b/engine/samples/assets/bridge/page.md @@ -1,6 +1,6 @@ -# Custom Asset Bridges {#examples-engine-assets-bridge} +# Introducion and Custom Bridges {#examples-engine-assets-bridge} -@brief Creating your own bridges for the @ref assets-plugin plugin. +@brief Basic @ref assets-plugin plugin features and creating your own bridges. This example demonstrates how we can create a custom asset bridge to load assets of a given type. More specifically, we'll go through how we can create a diff --git a/engine/samples/assets/saving/main.cpp b/engine/samples/assets/saving/main.cpp index d58c937478..1ea8eb38bb 100644 --- a/engine/samples/assets/saving/main.cpp +++ b/engine/samples/assets/saving/main.cpp @@ -1,10 +1,8 @@ #include -#include #include #include -using cubos::core::Settings; using cubos::core::data::Deserializer; using cubos::core::data::FileSystem; using cubos::core::data::Serializer;