| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include "filedevice/nin/seadNinFileDeviceBaseNin.h" |
| 4 | |
| 5 | namespace sead |
| 6 | { |
| 7 | class NinContentFileDevice : public NinFileDeviceBase |
| 8 | { |
| 9 | SEAD_RTTI_OVERRIDE(NinContentFileDevice, NinFileDeviceBase) |
| 10 | |
| 11 | public: |
| 12 | NinContentFileDevice(); |
| 13 | }; |
| 14 | } // namespace sead |
| 15 |