source:
trunk/MagicSoft/Cosy/videodev/PixGetter.h@
8354
| Last change on this file since 8354 was 4076, checked in by , 21 years ago | |
|---|---|
| File size: 144 bytes | |
| Line | |
|---|---|
| 1 | #ifndef COSY_PixGetter |
| 2 | #define COSY_PixGetter |
| 3 | |
| 4 | class PixGetter |
| 5 | { |
| 6 | public: |
| 7 | virtual ~PixGetter() { } |
| 8 | virtual void ExitLoop() {} |
| 9 | }; |
| 10 | |
| 11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
