view plugins/crazychat/test.h @ 13045:704dc95d0198

[gaim-migrate @ 15404] "I'll take shit that abosofreakinglutely rocks for 400, Alex." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 26 Jan 2006 05:30:39 +0000
parents fc464a0abccc
children
line wrap: on
line source

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