#include "application.h" #include "dice_container.h" #include "style.h" #include #include Clay_RenderCommandArray RenderApplication() { Clay_BeginLayout(); CLAY(CLAY_ID("OuterContainer"), WindowStyle()) { DiceContainer(); } return Clay_EndLayout(); } void HandleEvent(SDL_Event event) { }