mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-05-13 18:58:16 +00:00
12 lines
177 B
C++
12 lines
177 B
C++
#pragma once
|
|
|
|
#include <prim/seadSafeString.h>
|
|
|
|
#include "Library/Resource/Resource.h"
|
|
|
|
namespace al {
|
|
|
|
Resource* findOrCreateResource(const sead::SafeString&, const char*);
|
|
|
|
}
|