1 Star 0 Fork 0

Warspite / a-simple-gobang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.cpp 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
Warspite 提交于 2023-08-03 17:50 . 添加项目文件。
#pragma once
#include <iostream>
#include <easyx.h>
#include "button.h"
#include "window.h"
#include "page.h"
#include "cboard.h"
#include "page_example.h"
#include "button_example.h"
using namespace std;
int main() {
main_window.open();
main_window.inp_page(&main_page);
while (main_window.is_open()) {
main_window.refresh();
main_window.getmessage();
}
return 0;
}
1
https://gitee.com/jmk0314/a-simple-gobang.git
git@gitee.com:jmk0314/a-simple-gobang.git
jmk0314
a-simple-gobang
a-simple-gobang
master

搜索帮助