runtime: CMake-ify

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 15:55:06 +01:00
parent 717609a900
commit 24788185aa
184 changed files with 2957 additions and 2527 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef BD2MODEL_H
#define BD2MODEL_H
class BD2Model : public Model{
public:
private:
struct Rep;
Rep *rep;
};
#endif