Mercurial > pidgin
view plugins/crazychat/test.h @ 13793:2a63b6b460cd
[gaim-migrate @ 16205]
forgot this
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 30 May 2006 01:31:13 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };