view plugins/crazychat/test.h @ 12915:fe2cb084ab16

[gaim-migrate @ 15268] SF Patch #1405994 from Sadrul "This patch allows themes to define smileys with spaces in them, escaped by a \. It seems to be working for me." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 17 Jan 2006 16:59:51 +0000
parents fc464a0abccc
children
line wrap: on
line source

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