diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-12-25 02:37:31 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-12-25 02:37:31 -0500 |
commit | 41d80af128cc74e538a2f5d2474ca49febc52c35 (patch) | |
tree | 5b5be602db4c84874998fbadffe2e19011c3fc13 /src/util.hpp | |
parent | 145504bdd66e93fe13426fc943e903e4d0db08d1 (diff) | |
download | abaddon-portaudio-41d80af128cc74e538a2f5d2474ca49febc52c35.tar.gz abaddon-portaudio-41d80af128cc74e538a2f5d2474ca49febc52c35.zip |
mark more channels as unread properly
Diffstat (limited to 'src/util.hpp')
-rw-r--r-- | src/util.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.hpp b/src/util.hpp index f51a917..aa87301 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -27,6 +27,8 @@ struct is_optional<::std::optional<T>> : ::std::true_type {}; bool IsFolder(std::string_view path); bool IsFile(std::string_view path); + +uint64_t TimeToEpoch(int year, int month, int day, int hour, int minute, int seconds); } // namespace util class Semaphore { |