Add missing include to git tracking
This commit is contained in:
12
src/engine/debug/DEBUG_NAMES.hpp
Normal file
12
src/engine/debug/DEBUG_NAMES.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by kj16609 on 7/30/24.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
|
||||
namespace fgl::engine
|
||||
{
|
||||
constexpr std::string_view CAMERA_EDITOR_NAME { "Scene" };
|
||||
}
|
||||
Reference in New Issue
Block a user