Mercurial > pidgin
view plugins/crazychat/test.h @ 13319:d5bfc701e1e5
[gaim-migrate @ 15688]
We probably want to know when we have libgadu compiled in...
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 22 Feb 2006 03:21:20 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };