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

@@ -24,6 +24,7 @@ class AudioSystem;
} // namespace apu
namespace cpu {
class Processor;
class XenonThreadState;
} // namespace cpu
namespace gpu {
class GraphicsSystem;