view plugins/crazychat/test.h @ 12410:bc249de5ea02

[gaim-migrate @ 14717] Include .h files corresponding to the respective .c files to clear up prototype warnings. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:59:33 +0000
parents fc464a0abccc
children
line wrap: on
line source

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