2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Merge branch 'master' into urde-tags

This commit is contained in:
Jack Andersen
2016-03-04 14:03:41 -10:00
337 changed files with 2998 additions and 3016 deletions

View File

@@ -1,11 +1,11 @@
#include "Resource.hpp"
namespace URDE
namespace urde
{
Space::Class Resource::DeduceDefaultSpaceClass(const HECL::ProjectPath& path)
Space::Class Resource::DeduceDefaultSpaceClass(const hecl::ProjectPath& path)
{
Athena::io::FileReader r(path.getAbsolutePath(), 32*1024, false);
athena::io::FileReader r(path.getAbsolutePath(), 32*1024, false);
if (r.hasError())
return Space::Class::None;
return Space::Class::None;