#ifndef EGG_CPU_TEXTURE_H #define EGG_CPU_TEXTURE_H namespace EGG { class CpuTexture {}; } // namespace EGG #endif