view pidgin/plugins/crazychat/test.h @ 21461:a34204321321

- "Listening musik" - "Psychic mode" sonstiges
author Björn Voigt <bjoern@cs.tu-berlin.de>
date Mon, 12 Nov 2007 20:39:26 +0000
parents 5fe8042783c1
children
line wrap: on
line source

class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};