runtime: CMake-ify
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef BD2MODEL_H
|
||||
#define BD2MODEL_H
|
||||
|
||||
class BD2Model : public Model{
|
||||
public:
|
||||
private:
|
||||
struct Rep;
|
||||
Rep *rep;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user