Add test for memory alocation

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
2023-06-11 23:34:55 +02:00
parent 720bd3d2a9
commit 6d419069b2
2 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public:
Ref<Texture2D> get_tex_value();
void set_tex_value(Ref<Texture2D> tex);
void start();
};
#endif