view pidgin/plugins/crazychat/test.h @ 22582:bc8768537a85

Hush you noisy little script
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 31 Mar 2008 14:55:42 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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