GUI: define sample edit texture
This commit is contained in:
parent
d6dfe2636a
commit
3c1b1b69fc
3 changed files with 107 additions and 34 deletions
|
|
@ -466,6 +466,10 @@ class FurnaceGUI {
|
|||
SDL_Window* sdlWin;
|
||||
SDL_Renderer* sdlRend;
|
||||
|
||||
SDL_Texture* sampleTex;
|
||||
int sampleTexW, sampleTexH;
|
||||
bool updateSampleTex;
|
||||
|
||||
String workingDir, fileName, clipboard, warnString, errorString, lastError, curFileName, nextFile;
|
||||
String workingDirSong, workingDirIns, workingDirWave, workingDirSample, workingDirAudioExport, workingDirVGMExport, workingDirFont;
|
||||
String mmlString[13];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue