mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Move NetworkTable into nt namespace, with a shim. (#211)
Defining NAMESPACED_NT will disable the shim.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "ntcore.h"
|
||||
|
||||
using llvm::StringRef;
|
||||
using nt::NetworkTable;
|
||||
|
||||
const char NetworkTable::PATH_SEPARATOR_CHAR = '/';
|
||||
std::string NetworkTable::s_persistent_filename = "networktables.ini";
|
||||
|
||||
Reference in New Issue
Block a user