Files
Michael Fabian 'Xaymar' Dirks 2196cb8419 runtime: Formatting
2019-01-18 17:04:17 +01:00

12 lines
125 B
C++

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