/* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include "context.hpp" #include "gfx.hpp" namespace nostalgia::core { GlContext::~GlContext() noexcept { shutdownGfx(this); } }