mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
8 lines
194 B
C++
8 lines
194 B
C++
#pragma once
|
|
|
|
#include "Game/Util.hpp"
|
|
|
|
namespace MR {
|
|
void requestMountModelChangableObjArchives(const char *, s32);
|
|
bool isReadResourceFromDVDAtModelChangableObj(const char *, s32);
|
|
}; |