Move GLInterface around to remove VideoBackends dependency on DolphinWX

This commit is contained in:
Pierre Bourdon 2014-08-01 23:21:03 -07:00
commit 226a9c2392
30 changed files with 71 additions and 45 deletions

View file

@ -108,5 +108,4 @@ typedef struct {
unsigned int width, height;
} GLWindow;
extern cInterfaceBase *GLInterface;
extern GLWindow GLWin;