mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-04 19:48:56 -05:00
9 lines
134 B
C++
9 lines
134 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace advss {
|
|
|
|
bool IsValidEventSubTimestamp(const std::string ×tamp);
|
|
|
|
} // namespace advss
|