1 Star 2 Fork 1

yerong9911/gTestPractice

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DDR.h 209 Bytes
一键复制 编辑 原始数据 按行查看 历史
yerong 提交于 2020-07-26 00:47 +08:00 . 第一次添加src
#pragma once
typedef struct MyColor {
int r, g, b;
}MyColor;
class DDR {
public:
static int bla(int arg1);
void updateCellColor(int cellId, MyColor color);
MyColor* getCellColor(int cellId);
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yerong9911/gTestPractice.git
git@gitee.com:yerong9911/gTestPractice.git
yerong9911
gTestPractice
gTestPractice
master

搜索帮助