VN Textbox can now be any size
This commit is contained in:
14
src/dawnpokergame/ui/PokerGameTextbox.hpp
Normal file
14
src/dawnpokergame/ui/PokerGameTextbox.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright (c) 2022 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include "visualnovel/ui/VisualNovelTextbox.hpp"
|
||||
|
||||
namespace Dawn {
|
||||
class PokerGameTextbox {
|
||||
public:
|
||||
static std::shared_ptr<VisualNovelTextbox> makeTextbox();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user