2 Star 7 Fork 8

HarmonyHub / flappy_bird

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bird.h 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
红薯 提交于 2020-11-29 22:02 . 'init'
#ifndef __BIRD_H__
#define __BIRD_H__
void BirdInit(void);
void BirdStart(void);
int BirdLoop(void);
void BirdDrawScreen(void);
void BirdTest(void);
void BirdFlap(void);
void GameOver(void);
extern int isStarted;
#endif
C
1
https://gitee.com/harmonyhub/flappy-bird.git
git@gitee.com:harmonyhub/flappy-bird.git
harmonyhub
flappy-bird
flappy_bird
master

搜索帮助