light/modules/renderer/public/context.hpp
light7734 2b96a85b62
Some checks reported errors
continuous-integration/drone/push Build was killed
feat: systems
feat: surface system

This commit puts the project in major jeopardy as it overhauls the
architecture such as removing the layer stack completely, etc.

I am filled with determination.
2025-07-26 18:01:27 +03:30

9 lines
88 B
C++

#pragma once
namespace lt::renderer {
class Context
{
};
} // namespace lt::renderer