mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
begenning the refactor
This commit is contained in:
24
runtime/Includes/Core/EventBase.h
git.filemode.normal_file
24
runtime/Includes/Core/EventBase.h
git.filemode.normal_file
@@ -0,0 +1,24 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* EventBase.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/27 17:27:22 by maldavid #+# #+# */
|
||||
/* Updated: 2024/03/27 17:31:16 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef __MLX_BASE_EVENT__
|
||||
#define __MLX_BASE_EVENT__
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
struct EventBase
|
||||
{
|
||||
virtual std::uint32_t What() const = 0;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user