12 lines
262 B
C++
12 lines
262 B
C++
// Copyright (c) 2022 Dominic Masters
|
|
//
|
|
// This software is released under the MIT License.
|
|
// https://opensource.org/licenses/MIT
|
|
|
|
#include "VNPlayer.hpp"
|
|
|
|
using namespace Dawn;
|
|
|
|
VNPlayer::VNPlayer(SceneItem *item) : SceneItemComponent(item) {
|
|
|
|
} |