mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Rename from cameraserver to cscore.
This is primarily to avoid header naming conflicts with wpilib.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef CAMERASERVER_C_UTIL_H_
|
||||
#define CAMERASERVER_C_UTIL_H_
|
||||
#ifndef CS_C_UTIL_H_
|
||||
#define CS_C_UTIL_H_
|
||||
|
||||
namespace cs {
|
||||
|
||||
@@ -19,4 +19,4 @@ inline char* ConvertToC(llvm::StringRef in) {
|
||||
|
||||
} // namespace cs
|
||||
|
||||
#endif // CAMERASERVER_C_UTIL_H_
|
||||
#endif // CS_C_UTIL_H_
|
||||
|
||||
Reference in New Issue
Block a user