comparison: plugins/crazychat/test.h
plugins/crazychat/test.h
- changeset 12323
- f52908fb23b0
- parent 11218
- 886e6862af56
equal
deleted
inserted
replaced
| 1 class Test { |
1 class Test { |
| 2 public: |
2 public: |
| 3 Test(); |
3 Test(void); |
| 4 ~Test(); |
4 ~Test(void); |
| 5 void runTest(); |
5 void runTest(void); |
| 6 private: |
6 private: |
| 7 asdfint fake; |
7 asdfint fake; |
| 8 }; |
8 }; |