Skip to content

Commit

Permalink
production has begin on a new core
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragingram2 committed May 3, 2024
1 parent bb8e234 commit 84a0dc0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions applications/core_test/src/core_test/source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

#include <core/core.hpp>

void RYTHE_CCONV reportModules()
void RYTHE_CCONV reportModules(rythe::core::Program* program)
{
rsl::log::debug("Hello World");
rsl::log::debug("Initilizing Core-Application");
program->addEngineInstance();
}
6 changes: 6 additions & 0 deletions build/vs2022/rythe/program.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pragma once

class Program
{

};
2 changes: 1 addition & 1 deletion modules/rythe/core
Submodule core updated 161 files
2 changes: 1 addition & 1 deletion premake/rythe/projects.lua
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ function projects.submit(proj)

architecture(buildSettings.platform)

local targetDir = binDir .. proj.group .. "/" .. proj.name .. projectNameSuffix(projectType)
local targetDir = binDir .. proj.group .. "/" .. proj.name
targetdir(targetDir)
objdir(binDir .. "obj")

Expand Down

0 comments on commit 84a0dc0

Please sign in to comment.