Documentation

This commit is contained in:
Pcornat 2026-01-10 16:13:38 +01:00
commit 7ce7fe4889
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
4 changed files with 36 additions and 0 deletions

View file

@ -5,6 +5,9 @@
#include <string_view>
namespace data {
/*!
* \brief This interface is used by the window::Window class in its callbacks.
*/
class BasicData {
public:
virtual ~BasicData() noexcept = default;