view plugins/crazychat/test.h @ 12102:8df87db79bad

[gaim-migrate @ 14399] I think this is better, don't you? committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 15 Nov 2005 04:45:21 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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