Inital commit v1.0

This commit is contained in:
2022-07-30 11:27:15 +02:00
parent 56ef2ce5ef
commit aa03af0861
30 changed files with 54655 additions and 0 deletions

23
include/GPRenderer.h Normal file
View File

@@ -0,0 +1,23 @@
#pragma once
namespace gpgui {
namespace renderer {
void InitRendering();
void DrawWidgets();
void DrawStrings();
bool IsKeyHighlited(int key);
void SetKeyHighlight(int key, bool highlight);
void ClearKeyboard();
void UpdateBuffers();
void ClearTab();
void SetTab(int tab, int fret);
void SetCapoPos(int capo);
} // namespace renderer
} // namespace gpgui