Added ProxyNode.h
This commit is contained in:
parent
c59b28ac3f
commit
b3aba84d54
15
src/osgPlugins/ive/ProxyNode.h
Normal file
15
src/osgPlugins/ive/ProxyNode.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef IVE_PROXYNODE
|
||||
#define IVE_PROXYNODE 1
|
||||
|
||||
#include <osg/ProxyNode>
|
||||
#include "ReadWrite.h"
|
||||
|
||||
namespace ive{
|
||||
class ProxyNode : public osg::ProxyNode, public ReadWrite {
|
||||
public:
|
||||
void write(DataOutputStream* out);
|
||||
void read(DataInputStream* in);
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user