Remove types.hpp from core

This commit is contained in:
2016-12-24 03:19:37 -06:00
parent e61a141081
commit 175fac3292
5 changed files with 6 additions and 41 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
namespace nostalgia {
namespace core {
Error init() {
ox::std::Error init() {
auto err = initGfx();
return err;
}