Just breaking stuff
This commit is contained in:
18
archive/dawnpokergame/visualnovel/VNPlayer.hpp
Normal file
18
archive/dawnpokergame/visualnovel/VNPlayer.hpp
Normal file
@ -0,0 +1,18 @@
|
||||
// Copyright (c) 2022 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include "dawnlibs.hpp"
|
||||
#include "scene/SceneItemComponent.hpp"
|
||||
|
||||
namespace Dawn {
|
||||
class VNPlayer : public SceneItemComponent {
|
||||
protected:
|
||||
|
||||
|
||||
public:
|
||||
VNPlayer(SceneItem *item);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user