Files
BlitzNext/Runtime/blitz3d/bd2model.hpp
T

13 lines
123 B
C++
Raw Normal View History

2014-01-31 08:23:00 +13:00
#ifndef BD2MODEL_H
#define BD2MODEL_H
class BD2Model : public Model{
public:
private:
struct Rep;
Rep *rep;
};
#endif