图形部分增加名字空间graph

This commit is contained in:
2018-11-30 19:38:36 +08:00
parent 382584a81e
commit 8ea38d734d
5 changed files with 737 additions and 724 deletions

View File

@@ -6,6 +6,7 @@
#include<hgl/math/Math.h>
using namespace hgl;
using namespace hgl::graph;
constexpr uint screen_width=1280;
constexpr uint screen_height=720;