Add basic project heirarchy and config
This commit is contained in:
18
engine/src/core/debug.cpp
Normal file
18
engine/src/core/debug.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Copyright (c) 2025, Jayden Grubb <contact@jaydengrubb.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <nova/core/debug.hpp>
|
||||
|
||||
#include <print>
|
||||
|
||||
namespace nova::core {
|
||||
|
||||
void Debug::init() {
|
||||
std::println("Debug::init()");
|
||||
return;
|
||||
}
|
||||
|
||||
} // namespace nova::core
|
||||
Reference in New Issue
Block a user