deleted duplicate
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "Shape.hpp"
|
||||
|
||||
class CompoundShape {
|
||||
public:
|
||||
std::vector<Shape> shapes;
|
||||
|
||||
CompoundShape(const std::vector<Shape> shapes);
|
||||
|
||||
void draw();
|
||||
|
||||
private:
|
||||
glm::mat4 transform;
|
||||
};
|
||||
Reference in New Issue
Block a user