[nostalgia/core] Delete all of core::Context's friendships

This commit is contained in:
2023-06-03 21:17:11 -05:00
parent 7d0dcae00e
commit 5dd3b678ae
7 changed files with 29 additions and 57 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
* 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);
}
}