mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
working on texts and fonts
This commit is contained in:
13
runtime/Includes/Graphics/Enums.h
git.filemode.normal_file
13
runtime/Includes/Graphics/Enums.h
git.filemode.normal_file
@@ -0,0 +1,13 @@
|
||||
#ifndef __MLX_GRAPHICS_ENUMS__
|
||||
#define __MLX_GRAPHICS_ENUMS__
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
enum class DrawableType
|
||||
{
|
||||
Sprite,
|
||||
Text
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user