#ifndef _CMEMORYCARD_HPP #define _CMEMORYCARD_HPP #include "types.h" class CMemoryCard { // TODO }; extern CMemoryCard* gpMemoryCard; #endif