2023-03-19 12:04:47 +01:00
|
|
|
#pragma once
|
|
|
|
|
2023-03-25 13:51:04 +01:00
|
|
|
#include "random_id.h"
|
2023-04-06 11:17:22 +02:00
|
|
|
#include "Utils.h"
|
2023-03-19 12:04:47 +01:00
|
|
|
#include "Layer.h"
|
2023-04-06 11:17:22 +02:00
|
|
|
#include "MsdfLayer.h"
|
2023-04-12 09:28:47 +02:00
|
|
|
#include "GPUFontLayer.h"
|
2023-03-25 18:59:58 +01:00
|
|
|
#include "LayerComposition.h"
|
2023-04-12 09:28:47 +02:00
|
|
|
|
|
|
|
// TODO: save characterset with atlasses when saving image on disk
|