Epok Engine

EPOK RUNTIME

epok::PsyqoMemoryCardDriver

Class

Class

Class declared by the memory-card-backend module for asynchronous Memory Card access and files.

Namespace
epok
Header
memory_card_backend.hpp
Include
#include "memory_card_backend.hpp"
Module
memory-card-backend
Source
runtime/memory_card_backend.hpp:7
Inherits from
MemoryCardDriver

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "memory_card_backend.hpp"

epok::PsyqoMemoryCardDriver& value = /* obtain a valid instance from your game */;

Public methods