SceneSwitcher/plugins/twitch/twitch-timestamp.hpp
WarmUpTill 338a478ead
Some checks failed
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
Cleanup Twitch timestamp verification
2026-07-04 12:09:31 +02:00

9 lines
134 B
C++

#pragma once
#include <string>
namespace advss {
bool IsValidEventSubTimestamp(const std::string &timestamp);
} // namespace advss