mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 19:25:16 +00:00
14 lines
266 B
C++
14 lines
266 B
C++
#pragma once
|
|
|
|
#include "filedevice/nin/seadNinFileDeviceBaseNin.h"
|
|
|
|
namespace sead
|
|
{
|
|
class NinContentFileDevice : public NinFileDeviceBase
|
|
{
|
|
SEAD_RTTI_OVERRIDE(NinContentFileDevice, NinFileDeviceBase)
|
|
|
|
public:
|
|
NinContentFileDevice();
|
|
};
|
|
} // namespace sead
|