Cyrus Mod Loader
Loading...
Searching...
No Matches
PotionButton.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ControlButton.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/Window.h>
6
7class PotionButton : public ControlButton {
8public:
9};
A class that represents a button control element in a window.
Definition ControlButton.h:22
Definition PotionButton.h:7