Fix clang warnings / move some plat code into poly.

This commit is contained in:
Ben Vanik
2014-07-10 22:51:27 -07:00
parent 7daa85179c
commit 9031d5f4a4
41 changed files with 347 additions and 218 deletions

View File

@@ -13,6 +13,8 @@
// TODO(benvanik): move the common stuff into here?
#include <xenia/common.h>
#include <poly/poly.h>
#include <alloy/arena.h>
#include <alloy/delegate.h>
#include <alloy/string_buffer.h>