Add unit tests for Camera2D

This commit is contained in:
Rama Del Maestro 2024-02-20 17:21:28 -08:00
parent 16d61427ca
commit 4f06ddfeae
2 changed files with 319 additions and 0 deletions

View file

@ -99,6 +99,7 @@
#include "tests/scene/test_arraymesh.h"
#include "tests/scene/test_audio_stream_wav.h"
#include "tests/scene/test_bit_map.h"
#include "tests/scene/test_camera_2d.h"
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_color_picker.h"
#include "tests/scene/test_control.h"