view plugins/crazychat/test.h @ 11657:516cefa2d27d

[gaim-migrate @ 13942] Bleeter doesn't like the yellow. I tend to agree. If it matches your pet's eyes and you can't live without it, can we at least darken it a bit? committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 14 Oct 2005 01:00:31 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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