file(GLOB COMPONENT_SRCS "*.c")

idf_component_register(
        SRCS casino.cpp slot_machine.cpp dice_roller.cpp hilo.cpp ${COMPONENT_SRCS}
        INCLUDE_DIRS "include"
        PRIV_REQUIRES diagnostics u8g2 u8g2-hal-esp-idf inputs esp_timer screen config leds virus
)
