1
0
Fork 0
spectre/source/Window/GLContext.cpp

10 lines
121 B
C++

#include <Spectre/Window/GLContext.h>
namespace sp {
GLContext::~GLContext()
{
// Nothing to do.
}
} // namespace sp