Inital commit v1.0
This commit is contained in:
23
include/GPRenderer.h
Normal file
23
include/GPRenderer.h
Normal 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
|
||||
Reference in New Issue
Block a user