view plugins/crazychat/test.h @ 13027:a0e53af77e49

[gaim-migrate @ 15380] Should fix some kind of icon thing, patch from evands with help from Bleeter, I think committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 24 Jan 2006 01:29:16 +0000
parents fc464a0abccc
children
line wrap: on
line source

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