new persistence manager component
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "SDL3/SDL_render.h"
|
||||
|
||||
#include <cstdint>
|
||||
@@ -12,7 +13,7 @@ class Matrix
|
||||
|
||||
void Render() const;
|
||||
|
||||
SDL_WindowID windowId() const;
|
||||
[[nodiscard]] SDL_WindowID windowId() const;
|
||||
|
||||
private:
|
||||
void DrawColoredGrid() const;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "stdint.h"
|
||||
#include <cstdint>
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -15,8 +15,8 @@ typedef struct
|
||||
int value;
|
||||
} led_event_data_t;
|
||||
|
||||
uint64_t wled_init(void);
|
||||
uint64_t wled_init();
|
||||
|
||||
uint64_t register_handler(void);
|
||||
uint64_t register_handler();
|
||||
|
||||
uint64_t send_event(uint32_t event, led_event_data_t *payload);
|
||||
|
Reference in New Issue
Block a user