view plugins/crazychat/test.h @ 13331:b13bbdbed4ed

[gaim-migrate @ 15701] CTRY, not COUNTRY committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 26 Feb 2006 20:31:49 +0000
parents fc464a0abccc
children
line wrap: on
line source

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