1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Basic Fontfile tests

This commit is contained in:
marcus åhl
2024-11-12 16:27:16 +01:00
parent caff0ff591
commit c636c86f65
2 changed files with 83 additions and 0 deletions

View File

@@ -116,6 +116,7 @@
#include "tests/scene/test_curve.h"
#include "tests/scene/test_curve_2d.h"
#include "tests/scene/test_curve_3d.h"
#include "tests/scene/test_fontfile.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_gradient_texture.h"
#include "tests/scene/test_image_texture.h"