source: trunk/MagicSoft/Cosy/videodev/PixGetter.h@ 3224

Last change on this file since 3224 was 2278, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 115 bytes
Line 
1#ifndef COSY_PixGetter
2#define COSY_PixGetter
3
4class PixGetter
5{
6public:
7 virtual void ExitLoop() {}
8};
9
10#endif
Note: See TracBrowser for help on using the repository browser.