[nostalgia/core] Delete all of core::Context's friendships
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user