Add missing include to git tracking

This commit is contained in:
2024-08-04 23:28:47 -04:00
parent a456ff2eca
commit 63f88984e2

View 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" };
}