Finishing unique_ptr'ing and fixing file memory management (for now).

This commit is contained in:
Ben Vanik
2014-08-21 07:54:19 -07:00
parent c59d053404
commit 08b0226a16
26 changed files with 152 additions and 175 deletions

View File

@@ -9,6 +9,7 @@
#include <xenia/hid/hid.h>
#include <xenia/hid/hid-private.h>
#include <xenia/hid/input_driver.h>
using namespace xe;
using namespace xe::hid;