#ifndef CORONA_OPEN_H #define CORONA_OPEN_H #include "corona.h" namespace corona { Image* OpenBMP (File* file); // OpenBMP.cpp Image* OpenPCX (File* file); // OpenPCX.cpp Image* OpenPNG (File* file); // OpenPNG.cpp Image* OpenTGA (File* file); // OpenTGA.cpp } #endif