Skip to content

Commit

Permalink
fix(core): fix logging.cpp sample
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Aug 27, 2023
1 parent 56f6dfa commit 5d1ac6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# **CUBOS.** Engine

<p align="center">
<!-- if we ever get a site, we can put the link here-->
<!-- <a href="https://godotengine.org"> -->
<a href="https://gamedevtecnico.github.io/cubos"> -->
<img src="docs/images/CubosLogo.png" alt="cubos. Engine logo">
<!-- </a> -->
</a>
</p>

## Voxel based engine
Expand Down
4 changes: 1 addition & 3 deletions core/samples/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
/// [Debug wrapper include]
#include <cubos/core/data/debug_serializer.hpp>

using data::Debug;
using namespace cubos::core::data;
/// [Debug wrapper include]

#include <cubos/core/memory/buffer_stream.hpp>

/// [Logger initialization]
int main()
{
Expand Down

0 comments on commit 5d1ac6a

Please sign in to comment.