summaryrefslogtreecommitdiff
path: root/src/main/Straight.h
blob: 8b0a055c418245d5b7a3caf263b4bd09c9021cb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Straight.h
 *
 *  Created on: Mar 22, 2011
 *      Author: jakob
 */

#ifndef STRAIGHT_H_
#define STRAIGHT_H_

#include "Element.h"

namespace vhc {

//TODO everything
class Straight: public Element {

public:
	Straight();


	virtual ~Straight();
};

}

#endif /* STRAIGHT_H_ */