histui/source/entry.h
2024-08-02 17:57:45 +02:00

7 lines
81 B
C

#pragma once
typedef struct {
int timestamp;
char * command;
} entry_t;