chore: renamed namespaces in ceramic/ to cera::

This commit is contained in:
Sara Gerretsen 2025-10-26 20:21:47 +01:00
parent f32494a29f
commit fc07424af4
8 changed files with 41 additions and 39 deletions

View file

@ -7,7 +7,9 @@
namespace application {
Clay_RenderCommandArray RenderApplication() {
Clay_BeginLayout();
CLAY(CLAY_ID("OuterContainer"), style::Window()) {
CLAY(CLAY_ID("OuterContainer"), cera::Window()) {
CLAY_AUTO_ID(cera::LeftPanelContainer()) {
}
}
return Clay_EndLayout();
}