Test code for tasking

This commit is contained in:
Alex
2023-08-31 00:56:51 +03:00
parent f8487698dd
commit 612e8cc726
2 changed files with 93 additions and 0 deletions

View File

@ -115,6 +115,7 @@ namespace Video
int ColorPickerIteration = 0;
public:
BootInfo::FramebufferInfo GetFramebufferStruct() { return framebuffer; }
Font *GetCurrentFont();
void SetCurrentFont(Font *Font);
uint16_t GetBitsPerPixel();