加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
utils.hpp 282 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shuyuan Liu 提交于 2021-05-18 22:25 . Initial commit
#pragma once
#include "types.hpp"
#include <png++/rgb_pixel.hpp>
#include <utility>
namespace Utils
{
bool args_ok (int argc, char* argv[]);
void print_usage (const char* name);
const png::rgb_pixel alt_to_color (int altitude);
} // namespace Utils
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化