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