summaryrefslogtreecommitdiff
path: root/inc/cube.hpp
blob: 363af14416b4b42a0f1631fa3aff66811851d2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CUBE_HPP
#define CUBE_HPP

#include "mesh.hpp"

class Cube : Mesh {
public:
  Cube();
};

#endif // CUBE_HPP