Skip to content

Commit

Permalink
docs(engine): add introduction to assets.bridge title
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Sep 25, 2023
1 parent 95c99a0 commit 1f82da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions engine/samples/assets/bridge/page.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions engine/samples/assets/saving/main.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#include <cubos/core/data/fs/file_system.hpp>
#include <cubos/core/settings.hpp>

#include <cubos/engine/assets/bridges/json.hpp>
#include <cubos/engine/assets/plugin.hpp>
#include <cubos/engine/settings/settings.hpp>

using cubos::core::Settings;
using cubos::core::data::Deserializer;
using cubos::core::data::FileSystem;
using cubos::core::data::Serializer;
Expand Down

0 comments on commit 1f82da6

Please sign in to comment.