Just breaking stuff
This commit is contained in:
12
archive/dawnpokergame/visualnovel/VNPlayer.cpp
Normal file
12
archive/dawnpokergame/visualnovel/VNPlayer.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
// 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) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user