- [CHG] Tot el codi mogut a la carpeta "source"
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
namespace display
|
||||
{
|
||||
void init();
|
||||
void reinit();
|
||||
void focus();
|
||||
void redraw(const bool present=true);
|
||||
void present();
|
||||
void setTitle(const char* title);
|
||||
|
||||
void incZoom();
|
||||
void decZoom();
|
||||
void toggleFullscreen();
|
||||
const bool getFullscreen();
|
||||
}
|
||||
Reference in New Issue
Block a user