view pidgin/plugins/crazychat/test.h @ 29899:5ffe7f1d4efa

Need to include math.h for ceil()
author Paul Aurich <paul@darkrain42.org>
date Sun, 28 Feb 2010 19:17:29 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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