mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Implement nt::Now().
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user