source/code/CppSdl/CppSdlSprite.hpp
browsing at commit = c9dd376fadd91edfc72e057cb90dc998c95b82ba
/*
* 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 */