mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-28 22:23:05 +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
|