view plugins/crazychat/test.h @ 13056:b00a592651b6

[gaim-migrate @ 15418] *deryni swings the magical 'compile' wand. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 28 Jan 2006 01:20:44 +0000
parents fc464a0abccc
children
line wrap: on
line source

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