- Treballant en el menu del joc
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
namespace zxscreen
|
||||
{
|
||||
void init();
|
||||
void reinit();
|
||||
void refresh(const uint8_t dt);
|
||||
void redraw();
|
||||
void redraw(const bool present=true);
|
||||
void present();
|
||||
|
||||
void incZoom();
|
||||
void decZoom();
|
||||
void toggleFullscreen();
|
||||
|
||||
SDL_Renderer *getrenderer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user