1 Star 1 Fork 0

YuYunSong/xbill

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Horde.h 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
yunsong yu 提交于 2022-04-02 10:07 . xbill2.1
#ifndef HORDE_H
#define HORDE_H
#include "types.h"
/* Counters */
#define HORDE_COUNTER_OFF 0
#define HORDE_COUNTER_ON 1
#define HORDE_COUNTER_MAX 1
void Horde_setup(void);
void Horde_update(int iteration);
void Horde_draw(void);
Bill * Horde_get_bill(int index);
void Horde_move_bill(Bill *bill);
void Horde_remove_bill(Bill *bill);
void Horde_add_bill(Bill *bill);
Bill *Horde_clicked_stray(int x, int y);
int Horde_process_click(int x, int y);
void Horde_inc_counter(int counter, int val);
int Horde_get_counter(int counter);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yunsongyu/xbill.git
git@gitee.com:yunsongyu/xbill.git
yunsongyu
xbill
xbill
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385