chore: renamed namespaces in ceramic/ to cera::
This commit is contained in:
parent
f32494a29f
commit
fc07424af4
8 changed files with 41 additions and 39 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue