8 lines
141 B
C++
8 lines
141 B
C++
|
|
#pragma once
|
|
|
|
#include "WatcherBase.h"
|
|
|
|
class CRunBatchWatcher : public CWatcherBase {};
|
|
|
|
class CStopBatchWatcher : public CWatcherBase {};
|