/* * File: CppSdlSprite.hpp * Author: poul * * Created on 7. december 2010, 19:47 */ #ifndef _CPPSDLSPRITE_HPP #define _CPPSDLSPRITE_HPP class CppSdlSprite { public: CppSdlSprite(); CppSdlSprite(const CppSdlSprite& orig); virtual ~CppSdlSprite(); private: }; #endif /* _CPPSDLSPRITE_HPP */