码迷,mamicode.com
首页 > 其他好文 > 详细

贪吃蛇

时间:2015-05-25 07:23:15      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

#ifndef DRAW_H
#define DRAW_H
#include"Define.h"

class Draw{
public:
	void drawAPicture(int x, int y, char p[], short int color = 0xff00, int sizeWidth = 8, int sizeHeight = 8);
	void drawSnakeBody(int x, int y, int siz = SIZEOFGAME);


	void erasureRect(int x, int y, int x1, int y1);


private:


};


#endif

贪吃蛇

标签:

原文地址:http://www.cnblogs.com/karellincolnsHAED/p/4526906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!