view pidgin/plugins/crazychat/test.h @ 18915:bfc52862d864

Show buddy icons.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 13 Aug 2007 01:36:30 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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