mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02: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
|