| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <prim/seadSafeString.h> |
| 4 | |
| 5 | #include "Library/Resource/Resource.h" |
| 6 | |
| 7 | namespace al { |
| 8 | |
| 9 | Resource* findOrCreateResource(const sead::SafeString&, const char*); |
| 10 | |
| 11 | } |
| 12 |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <prim/seadSafeString.h> |
| 4 | |
| 5 | #include "Library/Resource/Resource.h" |
| 6 | |
| 7 | namespace al { |
| 8 | |
| 9 | Resource* findOrCreateResource(const sead::SafeString&, const char*); |
| 10 | |
| 11 | } |
| 12 |