view plugins/crazychat/test.h @ 13379:55c3530f4e72

[gaim-migrate @ 15752] 8 updates, 1 new translation committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 02 Mar 2006 21:38:28 +0000
parents fc464a0abccc
children
line wrap: on
line source

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