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