yabs 0.2.2

Yet another build system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __TEST_H__
#define __TEST_H__

#include <iostream>

class TestClass {
public:
	TestClass();
	~TestClass();
};

#endif 	// __TEST_H__