mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
8 lines
105 B
C
8 lines
105 B
C
#ifndef ESCHER_H
|
|
#define ESCHER_H
|
|
|
|
#include <escher/solid_color_view.h>
|
|
#include <escher/view.h>
|
|
|
|
#endif
|