Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 31187:6444484ada7d
Nexus needs internal too.
author | masca@cpw.pidgin.im |
---|---|
date | Fri, 28 May 2010 09:24:54 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };