diff options
Diffstat (limited to 'Net.h')
-rw-r--r-- | Net.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,12 +1,7 @@ #pragma once #include "Observer.h" - -enum SignalLevel { - LOW, - HIGH, - UNDEFINED -}; +#include "SignalLevel.h" class Net : public Subject { private: |