1 Star 0 Fork 0

王威/pushBox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Global.h 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
王威 提交于 2024-05-21 09:46 . ok
#pragma once
#include<SDL.h>
#include<SDL_image.h>
#include<SDL_ttf.h>//文字
#include<SDL_mixer.h>//音乐
#include<stdio.h>
#include<stdlib.h>
#include<stdbool.h>
#include<string.h>
//地图行列
#define ROW 8
#define COLS 8
//小图大小
#define IMGW 60
#define IMGH 60
//窗口大小
#define WIDTH ROW*IMGH
#define HEIGHT COLS*IMGW
enum Element { Wall = 1, Road = 0, Ball = 4, Board = 3, Chick = 7, Role = 5, SRole = 8 };
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/a-mo-xi-wei/push-box.git
git@gitee.com:a-mo-xi-wei/push-box.git
a-mo-xi-wei
push-box
pushBox
master

搜索帮助