- Treballant en algo de UI

This commit is contained in:
2023-06-06 11:55:47 +02:00
parent f7f6131a79
commit 0460efc64a
8 changed files with 81 additions and 16 deletions

6
source/jui.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
namespace ui
{
const bool button(const char *label, const int x, const int y, const int w, const int h);
}