Implement nt::Now().

This commit is contained in:
Peter Johnson
2015-07-17 11:15:44 -07:00
parent 440916cf2a
commit 1d4de091f9
2 changed files with 13 additions and 1 deletions

View File

@@ -17,4 +17,12 @@ unsigned long long NT_Now(void);
}
#endif
#ifdef __cplusplus
namespace nt {
unsigned long long Now();
} // namespace nt
#endif
#endif // NT_SUPPORT_TIMESTAMP_H_