mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
ITableListener.h: Forward declare ITable.
This commit is contained in:
@@ -7,7 +7,10 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "tables/ITable.h"
|
#include "llvm/StringRef.h"
|
||||||
|
#include "nt_Value.h"
|
||||||
|
|
||||||
|
class ITable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A listener that listens to changes in values in a {@link ITable}
|
* A listener that listens to changes in values in a {@link ITable}
|
||||||
|
|||||||
Reference in New Issue
Block a user