view plugins/crazychat/test.h @ 12451:933fda51587e

[gaim-migrate @ 14760] This works for me. KingAnt, can you see if this works on w2k. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 11 Dec 2005 21:06:15 +0000
parents fc464a0abccc
children
line wrap: on
line source

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