git repos / blockattack-game

source/code/CppSdl/CppSdlSprite.hpp

browsing at commit = 1df281513d126d07fb185776dffebd96bd8773c3

raw · blame · history

/* 
 * 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 */