summaryrefslogtreecommitdiff
path: root/src/main/InteractionDetector.h
blob: f165a46790921d8d5877b25fc5c28c24c27516cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * InteractionDetector.h
 *
 *  Created on: May 24, 2011
 *      Author: jakob
 */

#ifndef INTERACTIONDETECTOR_H_
#define INTERACTIONDETECTOR_H_

namespace vhc {

class InteractionDetector {
public:
	InteractionDetector();
	virtual ~InteractionDetector();
};

}

#endif /* INTERACTIONDETECTOR_H_ */