pidgin/plugins/crazychat/test.h

changeset 16238
33bf2fd32108
parent 12323
f52908fb23b0
parent 15435
4b933b06d75e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/crazychat/test.h	Mon Apr 16 00:44:33 2007 +0000
@@ -0,0 +1,8 @@
+class Test {
+	public:
+		Test(void);
+		~Test(void);
+		void runTest(void);
+	private:
+		asdfint fake;
+};

mercurial