- [NEW] menu i menu::popup
- [WIP] toolbar - [WIP] treeview
This commit is contained in:
9
source/toolbar.h
Normal file
9
source/toolbar.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
namespace toolbar
|
||||
{
|
||||
void start();
|
||||
bool button(SDL_Texture* surf, const int sx, const int sy);
|
||||
bool pushbutton(SDL_Texture* surf, const int sx, const int sy, const bool pushed);
|
||||
}
|
||||
Reference in New Issue
Block a user