mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Set up wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
4514ff8071
commit
19f7a5f108
@@ -5,10 +5,11 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef NT_IENTRYNOTIFIER_H_
|
||||
#define NT_IENTRYNOTIFIER_H_
|
||||
#ifndef NTCORE_IENTRYNOTIFIER_H_
|
||||
#define NTCORE_IENTRYNOTIFIER_H_
|
||||
|
||||
#include <climits>
|
||||
#include <memory>
|
||||
|
||||
#include "ntcore_cpp.h"
|
||||
|
||||
@@ -41,4 +42,4 @@ class IEntryNotifier {
|
||||
|
||||
} // namespace nt
|
||||
|
||||
#endif // NT_IENTRYNOTIFIER_H_
|
||||
#endif // NTCORE_IENTRYNOTIFIER_H_
|
||||
|
||||
Reference in New Issue
Block a user