added Canvas, Brush, Stroke and CanvasNode classes

This commit is contained in:
2017-03-26 00:26:46 +00:00
parent a1e3fd4ecf
commit 744cd8bfb5
8 changed files with 256 additions and 9 deletions

View File

@@ -33,6 +33,9 @@
#define SHADER_VERSION "#version 150\n"
#endif
#define NS_START namespace ui {
#define NS_END }
#ifdef __cplusplus
#include <map>
#include <cmath>