Skip to content

Commit 6ae74cb

Browse files
committed
update core and rsl
1 parent 8d12d32 commit 6ae74cb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

applications/core_test/src/core_test/source.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
#define RYTHE_ENTRY
22

3+
#include <rsl/logging>
4+
35
#include <core/core.hpp>
46

5-
using namespace rythe::core;
7+
using namespace rythe;
68

79
struct test_struct
810
{
911
int i = 14;
1012
};
1113

12-
rsl::result<void> RYTHE_CCONV init_program(program& program)
14+
rsl::result<void> RYTHE_CCONV init_program(core::program& program)
1315
{
1416
auto& engine = program.add_engine_instance();
1517
engine.get_context().emplace<test_struct>().i = 15;

0 commit comments

Comments
 (0)