view plugins/crazychat/test.h @ 14184:bf7a02c6bb00

[gaim-migrate @ 16836] Not quite sure how I managed to do this committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Aug 2006 08:55:08 +0000
parents fc464a0abccc
children
line wrap: on
line source

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