source: experimental/distortionNG/distortionNG.h @ 307

Last change on this file since 307 was 307, checked in by Torben Dannhauer, 13 years ago
File size: 132 bytes
Line 
1#pragma once
2
3class distortionNG :
4        public osg::Referenced
5{
6public:
7        distortionNG(void);
8        virtual ~distortionNG(void);
9};
Note: See TracBrowser for help on using the repository browser.