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
+2 -2
View File
@@ -6,12 +6,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "types.hpp"
#include <ox/std/types.hpp>
namespace nostalgia {
namespace core {
Error initGfx();
ox::std::Error initGfx();
}
}