Mercurial > pidgin
view plugins/crazychat/test.h @ 12500:9fd94eb52dc3
[gaim-migrate @ 14812]
This might ensure gaim-client.h gets distributed...
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Fri, 16 Dec 2005 18:13:20 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
