view pidgin/plugins/crazychat/test.h @ 19959:ff8aaa52b44d

Trying some more .xs-fu
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 19 Aug 2007 13:02:24 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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