Refactoring basic text rendering
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "MinimalEngine.h"
|
||||
#include <functional>
|
||||
|
||||
namespace Seele {
|
||||
namespace UI {
|
||||
struct Attributes {
|
||||
std::function<void()> onClick;
|
||||
};
|
||||
} // namespace UI
|
||||
} // namespace Seele
|
||||
Reference in New Issue
Block a user