OpenSceneGraph/src/osgPlugins/ac/Exception.cpp
Robert Osfield f5cf560fe1 Renamed the follow plugins to facilitate CMake build
lib3ds -> 3ds
ac3d -> ac
directx -> x
ESRIShape -> shp
2007-03-11 13:23:06 +00:00

10 lines
137 B
C++

#include "Exception.h"
using namespace ac3d;
Exception::Exception(std::string error){
_error = error;
}
Exception::~Exception(){}