MōBrowser API
Loading...
Searching...
No Matches
timestamp.hpp
1
// Copyright (c) 2000-2024 TeamDev. All rights reserved.
2
// TeamDev PROPRIETARY and CONFIDENTIAL.
3
// Use is subject to license terms.
4
5
#ifndef MOBROWSER_TIMESTAMP_HPP
6
#define MOBROWSER_TIMESTAMP_HPP
7
8
namespace
mobrowser {
9
13
using
Timestamp = int64_t;
14
15
}
// namespace mobrowser
16
17
#endif
// MOBROWSER_TIMESTAMP_HPP
include
mobrowser
time
timestamp.hpp