summaryrefslogtreecommitdiff
path: root/chisel/backends/opengl/drawable.cpp
blob: 61ffced55d54a599b5a4683992518d77935f4ca9 (plain)
1
2
3
4
5
#include "drawable.h"

namespace gfx {
    Drawable::~Drawable() {}
}