VideoBackend: Get rid of a boolean global

Also gets rid of global headers
This commit is contained in:
Lioncash 2016-01-02 15:01:12 -05:00
commit 01f99a04a2
26 changed files with 32 additions and 122 deletions

View file

@ -8,6 +8,7 @@
#include <fstream>
#include <string>
#include "Common/Common.h"
#include "Common/CommonTypes.h"
#include "Common/FileUtil.h"