Removing dep on xenia/types.h from alloy.

This commit is contained in:
Ben Vanik
2014-08-20 22:37:01 -07:00
parent cecf83b7b7
commit 06f5b8cbbf
6 changed files with 29 additions and 10 deletions

View File

@@ -12,7 +12,9 @@
#include <alloy/core.h>
XEDECLARECLASS1(alloy, Memory);
namespace alloy {
class Memory;
} // namespace alloy
namespace alloy {
namespace runtime {