mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 06:30:02 +01:00
6 lines
153 B
C++
6 lines
153 B
C++
#include <array>
|
|
#include <string>
|
|
#include "utils.hpp"
|
|
|
|
std::array<std::string, NUM_SCREENS> parseZapNotify(std::uint16_t amount, bool withSatsSymbol);
|