Files
BlitzNext/Runtime/blitz3d/bd2model.hpp
T
Michael Fabian 'Xaymar' Dirks 24788185aa runtime: CMake-ify
2019-01-18 15:55:06 +01:00

13 lines
123 B
C++

#ifndef BD2MODEL_H
#define BD2MODEL_H
class BD2Model : public Model{
public:
private:
struct Rep;
Rep *rep;
};
#endif