Mercurial > pidgin
view plugins/crazychat/test.h @ 12631:e8da8f12e694
[gaim-migrate @ 14967]
feh. backwards.
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Thu, 22 Dec 2005 20:00:44 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
