- Treballant en algo de UI
This commit is contained in:
6
source/jui.h
Normal file
6
source/jui.h
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user