source: experimental/distortionNG/distortionNG.h @ 308

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