first git commit: scene, object, mesh, texture, shader, material etc
[demo] / src / common-ui.h
1 #ifndef COMMON_UI_H_
2 #define COMMON_UI_H_
3
4 int win_w = 800;
5 int win_h = 600;
6
7 #endif // COMMON_UI_H_