Files
Dawn/src/dawn/display/IRenderHost.cpp
2024-11-25 20:04:31 -06:00

14 lines
248 B
C++

// Copyright (c) 2023 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#include "IRenderHost.hpp"
using namespace Dawn;
IRenderHost::IRenderHost() {
}
IRenderHost::~IRenderHost() {
}