diff options
Diffstat (limited to 'src/wx/main.h')
-rw-r--r-- | src/wx/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/main.h b/src/wx/main.h index ef27194..0b44a8e 100644 --- a/src/wx/main.h +++ b/src/wx/main.h @@ -99,6 +99,9 @@ protected: SDL_Renderer* sdlrend; SDL_Texture* sdltex; + SDL_Rect topsrc, topdst; + SDL_Rect botsrc, botdst; + void* texpixels; int texstride; |